| Index: webrtc/modules/audio_coding/main/acm2/rent_a_codec.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/rent_a_codec.h b/webrtc/modules/audio_coding/main/acm2/rent_a_codec.h
|
| index 02749f7423fbc5500f01af2eb175b546202084d2..24ae121a478c44f10f339d81afd035c71243029b 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/rent_a_codec.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/rent_a_codec.h
|
| @@ -154,6 +154,9 @@ class RentACodec {
|
| static bool IsCodecValid(const CodecInst& codec_inst);
|
| static rtc::ArrayView<const CodecInst> Database();
|
|
|
| + static rtc::Maybe<bool> IsSupportedNumChannels(CodecId codec_id,
|
| + int num_channels);
|
| +
|
| static rtc::Maybe<NetEqDecoder> NetEqDecoderFromCodecId(CodecId codec_id,
|
| int num_channels);
|
| };
|
|
|