webrtc/modules/audio_coding/test
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
..
Channel.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
Channel.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
EncodeDecodeTest.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
EncodeDecodeTest.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
iSACTest.cc Remove CodecInst pt.2 2018-12-17 10:33:55 +00:00
iSACTest.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
opus_test.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
opus_test.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
PacketLossTest.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
PacketLossTest.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
PCMFile.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
PCMFile.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
RTPFile.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
RTPFile.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
target_delay_unittest.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TestAllCodecs.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TestAllCodecs.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
Tester.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TestRedFec.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TestRedFec.h AudioCodingModuleTest.TestRedFec: Don't let the ACM create audio encoders 2018-10-04 11:20:57 +00:00
TestStereo.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TestStereo.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TestVADDTX.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TestVADDTX.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TwoWayCommunication.cc Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00
TwoWayCommunication.h Reland "Remove CodecInst pt.1" 2018-12-05 10:38:23 +00:00