Add dummy audio NACK APIs
R=pwestin@webrtc.org, turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1579006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4151 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -568,6 +568,19 @@ int VoERTP_RTCPImpl::GetFECStatus(int channel,
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
int VoERTP_RTCPImpl::SetNACKStatus(int channel,
|
||||
bool enable,
|
||||
int maxNoPackets)
|
||||
{
|
||||
WEBRTC_TRACE(kTraceApiCall, kTraceVoice, VoEId(_shared->instance_id(), -1),
|
||||
"SetNACKStatus(channel=%d, enable=%d, maxNoPackets=%d)",
|
||||
channel, enable, maxNoPackets);
|
||||
// Dummy for now
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int VoERTP_RTCPImpl::StartRTPDump(int channel,
|
||||
const char fileNameUTF8[1024],
|
||||
RTPDirections direction)
|
||||
|
||||
Reference in New Issue
Block a user