Delete obsolete method AudioCodingModule::SetBitRate
Bug: None Change-Id: I2291f7b4b46d269592eacad67a126010b750fac2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148079 Reviewed-by: Minyue Li <minyue@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28784}
This commit is contained in:
@ -92,14 +92,6 @@ class AudioCodingModule {
|
||||
});
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// Sets the bitrate to the specified value in bits/sec. If the value is not
|
||||
// supported by the codec, it will choose another appropriate value.
|
||||
//
|
||||
// This is only used in test code that rely on old ACM APIs.
|
||||
// TODO(minyue): Remove it when possible.
|
||||
virtual void SetBitRate(int bitrate_bps) = 0;
|
||||
|
||||
// int32_t RegisterTransportCallback()
|
||||
// Register a transport callback which will be called to deliver
|
||||
// the encoded buffers whenever Process() is called and a
|
||||
|
Reference in New Issue
Block a user