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

Unified Diff: chromecast/common/media/cast_media_client.h

Issue 2783963002: Add IsSupportedAudioConfig in MediaClient (Closed)
Patch Set: Update MediaCanPlayTypeTest Created 3 years, 9 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 | « no previous file | chromecast/common/media/cast_media_client.cc » ('j') | media/base/decode_capabilities.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/media/cast_media_client.h
diff --git a/chromecast/common/media/cast_media_client.h b/chromecast/common/media/cast_media_client.h
index ac5b0f33474fde6d253787e44f1e314c3f5b3bc6..b1a0a38bd4c007527fc4e8a23aa107d2687218fc 100644
--- a/chromecast/common/media/cast_media_client.h
+++ b/chromecast/common/media/cast_media_client.h
@@ -30,6 +30,7 @@ class CastMediaClient : public ::media::MediaClient {
std::vector<std::unique_ptr<::media::KeySystemProperties>>*
key_systems_properties) override;
void RecordRapporURL(const std::string& metric, const GURL& url) override;
+ bool IsSupportedAudioConfig(const ::media::AudioConfig& config) override;
bool IsSupportedVideoConfig(const ::media::VideoConfig& config) override;
private:
« no previous file with comments | « no previous file | chromecast/common/media/cast_media_client.cc » ('j') | media/base/decode_capabilities.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698