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

Unified Diff: content/renderer/media/render_media_client.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: 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..5d9ab8ec86901934509e76da36f3b4ac056cb662 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 IsSupportedPassthroughAudio(::media::AudioCodec codec) override;
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);

Powered by Google App Engine
This is Rietveld 408576698