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

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

Issue 2914273004: Add IsSupportedBitstreamAudioCodec() function in MediaClient. (Closed)
Patch Set: 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
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 c439e6e8ff908a9915daf2f30b3b4b655dd8a371..1689b2b815ef9f972222fb7a92e0bcc0a618466b 100644
--- a/content/renderer/media/render_media_client.h
+++ b/content/renderer/media/render_media_client.h
@@ -25,6 +25,7 @@ class CONTENT_EXPORT RenderMediaClient : public media::MediaClient {
bool IsKeySystemsUpdateNeeded() final;
bool IsSupportedAudioConfig(const media::AudioConfig& config) final;
bool IsSupportedVideoConfig(const media::VideoConfig& config) final;
+ bool IsSupportedBitstreamAudio(media::AudioCodec codec) final;
private:
RenderMediaClient();

Powered by Google App Engine
This is Rietveld 408576698