Chromium Code Reviews

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayer.h

Issue 1659653002: Pass MSE media track info from ChunkDemuxer to blink::SourceBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-media-tracks-in-media
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/public/platform/WebMediaPlayer.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
index 9a5eb43c8da476e4056dc820a44ce3d983061faa..5a91d5f027eaf950df636512d412dde739ad36d6 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayer.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
@@ -97,6 +97,7 @@ public:
};
typedef unsigned TrackId;
+ enum TrackType { TextTrack, AudioTrack, VideoTrack };
virtual ~WebMediaPlayer() { }

Powered by Google App Engine