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

Unified Diff: content/renderer/media/render_media_client.h

Issue 2466463005: Support (E)AC3 passthrough
Patch Set: Revert changes in audio_renderer_mixer. 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: content/renderer/media/render_media_client.h
diff --git a/content/renderer/media/render_media_client.h b/content/renderer/media/render_media_client.h
index 8f793d9652e9080edabdf9d3f7859d3bb69f1a27..3d9f6279fbcb53fccb5a381c08bf22e6b00e8186 100644
--- a/content/renderer/media/render_media_client.h
+++ b/content/renderer/media/render_media_client.h
@@ -35,6 +35,7 @@ class CONTENT_EXPORT RenderMediaClient : public media::MediaClient {
bool IsSupportedVideoConfig(media::VideoCodec codec,
media::VideoCodecProfile profile,
int level) override;
+ bool IsPassthroughAudioSupported(::media::AudioCodec codec) override;
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);

Powered by Google App Engine
This is Rietveld 408576698