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

Unified Diff: media/base/audio_renderer_mixer.h

Issue 2466463005: Support (E)AC3 passthrough
Patch Set: Improve CastMediaClient::IsSupportedPassthroughAudio() 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: media/base/audio_renderer_mixer.h
diff --git a/media/base/audio_renderer_mixer.h b/media/base/audio_renderer_mixer.h
index 1d432d40623b34caecb9952087ea35ceffb5cee5..9c7e0fec09c0ffd3c3f589bcf7595cf0cb3b7583 100644
--- a/media/base/audio_renderer_mixer.h
+++ b/media/base/audio_renderer_mixer.h
@@ -86,6 +86,8 @@ class MEDIA_EXPORT AudioRendererMixer
typedef std::list<base::Closure> ErrorCallbackList;
ErrorCallbackList error_callbacks_;
+ AudioConverter::InputCallback* raw_input_;
+
// Each of these converters mixes inputs with a given sample rate and
// resamples them to the output sample rate. Inputs not reqiuring resampling
// go directly to |master_converter_|.

Powered by Google App Engine
This is Rietveld 408576698