Delete unused AudioCodingModule methods.
Methods deleted: IsCodecValid (static), QueryEncoder, SendFrequency. Bug: None Change-Id: Id63ea7cdc364583e896d3301d04fa9caae1e4d94 Reviewed-on: https://webrtc-review.googlesource.com/95486 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24440}
This commit is contained in:
@ -128,7 +128,6 @@ class RentACodec {
|
||||
static absl::optional<CodecInst> CodecInstByParams(const char* payload_name,
|
||||
int sampling_freq_hz,
|
||||
size_t channels);
|
||||
static bool IsCodecValid(const CodecInst& codec_inst);
|
||||
|
||||
static inline bool IsPayloadTypeValid(int payload_type) {
|
||||
return payload_type >= 0 && payload_type <= 127;
|
||||
|
||||
Reference in New Issue
Block a user