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

Unified Diff: media/base/pipeline.h

Issue 2204673004: WIP - WebMediaPlayer switch media renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some revision. Created 4 years, 3 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: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 3fd7f6fe4ac1c2fdf26d78adb7a33844c63f8fac..43eb9d7f71d3dffdf8f3c0f45f2a70e6ad7bfb8d 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -169,6 +169,10 @@ class MEDIA_EXPORT Pipeline {
virtual void SetCdm(CdmContext* cdm_context,
const CdmAttachedCB& cdm_attached_cb) = 0;
+
+ // Get current video/audio configure.
+ virtual VideoDecoderConfig GetVideoDecoderConfig() const = 0;
+ virtual AudioDecoderConfig GetAudioDecoderConfig() const = 0;
};
} // namespace media
« no previous file with comments | « media/BUILD.gn ('k') | media/base/pipeline_impl.h » ('j') | media/base/pipeline_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698