webrtc/modules/audio_coding/acm2
Fredrik Solenberg f693bfae5f Remove CodecInst pt.2
The following APIs on AudioCodingModule are deprecated with this CL:
  static int NumberOfCodecs();
  static int Codec(int, CodecInst*);
  static int Codec(const char*, CodecInst*, int, size_t);
  static int Codec(const char*, int, size_t);
  absl::optional<CodecInst> SendCodec() const;
  bool RegisterReceiveCodec(int, const SdpAudioFormat&);
  int RegisterExternalReceiveCodec(int, AudioDecoder*, int, int, const std::string&);
  int UnregisterReceiveCodec(uint8_t);
  int32_t ReceiveCodec(CodecInst*);
  absl::optional<SdpAudioFormat> ReceiveFormat();

As well as this method on RtpRtcp module:
  int32_t RegisterSendPayload(const CodecInst&);

Bug: webrtc:7626
Change-Id: I1230732136f1fe9048cf74afdeab767ca57ac9ce
Reviewed-on: https://webrtc-review.googlesource.com/c/113816
Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26025}
2018-12-17 10:33:55 +00:00
..
acm_receive_test.cc Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
acm_receive_test.h Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
acm_receiver.cc Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
acm_receiver.h Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
acm_receiver_unittest.cc Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
acm_resampler.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
acm_resampler.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
acm_send_test.cc Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
acm_send_test.h Audio encoder tests: Create audio encoders the new way 2018-08-22 07:48:55 +00:00
audio_coding_module.cc Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
audio_coding_module_unittest.cc Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
call_statistics.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
call_statistics.h Move NetworkStatistics and AudioDecodingCallStats from common_types.h 2018-11-19 11:55:34 +00:00
call_statistics_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00