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

Unified Diff: webrtc/modules/audio_coding/include/audio_coding_module.h

Issue 2355483003: Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz. (Closed)
Patch Set: Implemented GetPayloadFrequency more properly and renamed it to GetRtpTimestampRateHz. Created 4 years, 2 months 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/modules/audio_coding/include/audio_coding_module.h
diff --git a/webrtc/modules/audio_coding/include/audio_coding_module.h b/webrtc/modules/audio_coding/include/audio_coding_module.h
index fc8ae1ed513cb5098c2406f09a4d63a2e1f9720a..f7fed0467e66b7fcbcc2bbb06254a66b5d0baa2d 100644
--- a/webrtc/modules/audio_coding/include/audio_coding_module.h
+++ b/webrtc/modules/audio_coding/include/audio_coding_module.h
@@ -542,6 +542,8 @@ class AudioCodingModule {
//
virtual int32_t ReceiveCodec(CodecInst* curr_receive_codec) const = 0;
+ virtual rtc::Optional<SdpAudioFormat> ReceiveFormat() const = 0;
hlundin-webrtc 2016/10/07 12:32:19 A bit of a description wouldn't go amiss. In parti
ossu 2016/10/07 12:41:32 That's right! I remember thinking: "I'll comment t
kwiberg-webrtc 2016/10/07 12:53:52 Then you're all set! It's the thought that counts.
+
///////////////////////////////////////////////////////////////////////////
// int32_t IncomingPacket()
// Call this function to insert a parsed RTP packet into ACM.

Powered by Google App Engine
This is Rietveld 408576698