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

Unified Diff: chromecast/common/media/cast_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
« no previous file with comments | « no previous file | chromecast/common/media/cast_media_client.cc » ('j') | media/audio/audio_output_device.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 3ec01174451b9b692746d4e19eb6419e04b8728f..c053fdf814cd2e0bd85a12bb0991a6556ebf8284 100644
--- a/chromecast/common/media/cast_media_client.h
+++ b/chromecast/common/media/cast_media_client.h
@@ -32,6 +32,7 @@ class CastMediaClient : public ::media::MediaClient {
bool IsSupportedVideoConfig(::media::VideoCodec codec,
::media::VideoCodecProfile profile,
int level) override;
+ bool IsSupportedPassthroughAudio(::media::AudioCodec codec) override;
DaleCurtis 2016/11/01 23:05:13 IsPassthroughAudioSupported() ?
AndyWu 2016/11/04 18:04:24 Done.
private:
friend struct base::DefaultLazyInstanceTraits<CastMediaClient>;
« no previous file with comments | « no previous file | chromecast/common/media/cast_media_client.cc » ('j') | media/audio/audio_output_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698