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

Unified Diff: media/base/android/media_player_manager.h

Issue 16098014: Handle config changes for MSE on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | « media/base/android/media_player_android.cc ('k') | media/base/android/media_source_player.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_manager.h
diff --git a/media/base/android/media_player_manager.h b/media/base/android/media_player_manager.h
index b86ea0dcde7efaec4504d74cec15e4de463398bf..a7ce2203bb833173c55b54b7c2fc124bb78a0303 100644
--- a/media/base/android/media_player_manager.h
+++ b/media/base/android/media_player_manager.h
@@ -100,9 +100,11 @@ class MEDIA_EXPORT MediaPlayerManager {
int player_id, media::DemuxerStream::Type type, bool seek_done) = 0;
// Called when player wants the media element to initiate a seek.
- virtual void OnMediaSeekRequest(int player_id,
- base::TimeDelta time_to_seek,
- bool request_surface) = 0;
+ virtual void OnMediaSeekRequest(int player_id, base::TimeDelta time_to_seek,
+ unsigned seek_request_id) = 0;
+
+ // Called when player wants to read the config data from the demuxer.
+ virtual void OnMediaConfigRequest(int player_id) = 0;
// TODO(xhwang): The following three methods needs to be decoupled from
// MediaPlayerManager to support the W3C Working Draft version of the EME
« no previous file with comments | « media/base/android/media_player_android.cc ('k') | media/base/android/media_source_player.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698