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

Unified Diff: media/filters/audio_renderer_algorithm.h

Issue 2858393002: media: Increase the default audio buffer size for encrypted streams (Closed)
Patch Set: Fix another chromecast usage of AudioRendererAlgorithm Created 3 years, 7 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
« no previous file with comments | « media/cast/test/fake_media_source.cc ('k') | media/filters/audio_renderer_algorithm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_algorithm.h
diff --git a/media/filters/audio_renderer_algorithm.h b/media/filters/audio_renderer_algorithm.h
index bad51caecb82f87e6b4272f6dbba988edaa786e4..b93433a746196655f1d5faadd8cf165fa2d102eb 100644
--- a/media/filters/audio_renderer_algorithm.h
+++ b/media/filters/audio_renderer_algorithm.h
@@ -42,7 +42,7 @@ class MEDIA_EXPORT AudioRendererAlgorithm {
~AudioRendererAlgorithm();
// Initializes this object with information about the audio stream.
- void Initialize(const AudioParameters& params);
+ void Initialize(const AudioParameters& params, bool is_encrypted);
// Allows clients to specify which channels will be considered by the
// algorithm when adapting for playback rate, other channels will be muted.
« no previous file with comments | « media/cast/test/fake_media_source.cc ('k') | media/filters/audio_renderer_algorithm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698