Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: webrtc/voice_engine/voe_codec_impl.h

Issue 2516993002: Pass SdpAudioFormat through Channel, without converting to CodecInst (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/voe_codec_impl.h
diff --git a/webrtc/voice_engine/voe_codec_impl.h b/webrtc/voice_engine/voe_codec_impl.h
index d24bbac2e5e0d1f8250d5d9505cae6820621a172..af974fbb1c28d0ccfb33f28f6c79c3deb168ae8b 100644
--- a/webrtc/voice_engine/voe_codec_impl.h
+++ b/webrtc/voice_engine/voe_codec_impl.h
@@ -37,6 +37,9 @@ class VoECodecImpl : public VoECodec {
PayloadFrequencies frequency = kFreq16000Hz) override;
int SetRecPayloadType(int channel, const CodecInst& codec) override;
+ int SetRecPayloadType(int channel,
+ int payload_type,
+ const SdpAudioFormat& format) override;
int GetRecPayloadType(int channel, CodecInst& codec) override;

Powered by Google App Engine
This is Rietveld 408576698