Adding APIs. These APIs are not implemented yet, they are to help developement of ACM.

Un-implemented APIs.

TBR=henrik.lundin@webrtc.org
BUG=

Review URL: https://webrtc-codereview.appspot.com/2191008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4725 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turaj@webrtc.org
2013-09-11 18:45:02 +00:00
parent a80ee74f69
commit 036b7436df
3 changed files with 32 additions and 0 deletions

View File

@ -374,6 +374,17 @@ int NetEqImpl::DecodedRtpInfo(int* sequence_number, uint32_t* timestamp) {
return 0;
}
int NetEqImpl::InsertSyncPacket(const WebRtcRTPHeader& /* rtp_header */,
uint32_t /* receive_timestamp */) {
return kNotImplemented;
}
void NetEqImpl::SetBackgroundNoiseMode(NetEqBackgroundNoiseMode /* mode */) {}
NetEqBackgroundNoiseMode NetEqImpl::BackgroundNoiseMode() const {
return kBgnOn;
}
// Methods below this line are private.