webrtc/modules/audio_coding/codecs
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
..
cng Add missing #include to absl/memory/memory.h from audio_encoder_cng.cc 2018-11-06 10:57:47 +00:00
g711 [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
g722 [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
ilbc Removing ancient and unused test scripts and data files 2018-11-05 16:08:46 +00:00
isac Stop using 'using namespace'. 2018-12-12 11:08:40 +00:00
opus Adds trial to use link capacity estimate in Opus encoder. 2018-11-22 09:21:12 +00:00
pcm16b [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
red [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
tools Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
audio_decoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_format_conversion.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
audio_format_conversion.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
builtin_audio_decoder_factory_unittest.cc Replace rtc::Optional with absl::optional in modules/audio_coding 2018-06-19 12:46:20 +00:00
builtin_audio_encoder_factory_unittest.cc Replace rtc::Optional with absl::optional in modules/audio_coding 2018-06-19 12:46:20 +00:00
legacy_encoded_audio_frame.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
legacy_encoded_audio_frame.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
legacy_encoded_audio_frame_unittest.cc Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00