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

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

Issue 2914273004: Add IsSupportedBitstreamAudioCodec() function in MediaClient. (Closed)
Patch Set: Fix one typo Created 3 years, 6 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 | « content/renderer/media/render_media_client.h ('k') | media/base/key_systems_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/render_media_client.cc
diff --git a/content/renderer/media/render_media_client.cc b/content/renderer/media/render_media_client.cc
index c3d1467614c89a140699387255949f981c0312a0..6447901cb197cdfd716169a0f51d18287b2727ba 100644
--- a/content/renderer/media/render_media_client.cc
+++ b/content/renderer/media/render_media_client.cc
@@ -44,4 +44,9 @@ bool RenderMediaClient::IsSupportedVideoConfig(
return GetContentClient()->renderer()->IsSupportedVideoConfig(config);
}
+bool RenderMediaClient::IsSupportedBitstreamAudioCodec(
+ media::AudioCodec codec) {
+ return GetContentClient()->renderer()->IsSupportedBitstreamAudioCodec(codec);
+}
+
} // namespace content
« no previous file with comments | « content/renderer/media/render_media_client.h ('k') | media/base/key_systems_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698