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

Unified Diff: webrtc/voice_engine/channel.h

Issue 2705093002: Injectable audio encoders: WebRtcVoiceEngine and company (Closed)
Patch Set: AudioSendStream::Reconfigure() Created 3 years, 8 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/voice_engine/channel.h
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
index 58bcb01c0f49e96aecf9a1bedbc28c36c0be44fd..c8e4646dd2bbf778f3f64828824da197fd3e1fc5 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -170,6 +170,8 @@ class Channel
// Send using this encoder, with this payload type.
virtual bool SetEncoder(int payload_type,
std::unique_ptr<AudioEncoder> encoder);
+ virtual void ModifyEncoder(
ossu 2017/04/04 15:36:38 Needed to plumb this all the way out. Once we get
+ rtc::FunctionView<void(std::unique_ptr<AudioEncoder>*)> modifier);
// API methods

Powered by Google App Engine
This is Rietveld 408576698