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

Unified Diff: media/filters/audio_renderer_algorithm.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/filters/audio_renderer_algorithm.h
diff --git a/media/filters/audio_renderer_algorithm.h b/media/filters/audio_renderer_algorithm.h
index 398198ab2b81be95c1c0636997103d0b78e00c2c..f60b95a6663b439723af142f0496a7e10cb1412b 100644
--- a/media/filters/audio_renderer_algorithm.h
+++ b/media/filters/audio_renderer_algorithm.h
@@ -134,6 +134,9 @@ class MEDIA_EXPORT AudioRendererAlgorithm {
// Sample rate of audio stream.
int samples_per_second_;
+ // Is compressed audio output
+ bool is_raw_format_;
+
// Buffered audio data.
AudioBufferQueue audio_buffer_;

Powered by Google App Engine
This is Rietveld 408576698