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

Unified Diff: ppapi/api/ppb_media_stream_video_track.idl

Issue 212023003: PPAPI: Bring PPB_MediaStream*Track to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 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 | « ppapi/api/ppb_media_stream_audio_track.idl ('k') | ppapi/api/ppb_video_frame.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_media_stream_video_track.idl
diff --git a/ppapi/api/ppb_media_stream_video_track.idl b/ppapi/api/ppb_media_stream_video_track.idl
index 199ebb27e71d2a8e27f0786812ed7fa4d9433e07..91e9502670c665436a8ca71cbd01358884d60c5b 100644
--- a/ppapi/api/ppb_media_stream_video_track.idl
+++ b/ppapi/api/ppb_media_stream_video_track.idl
@@ -6,13 +6,13 @@
/**
* Defines the <code>PPB_MediaStreamVideoTrack</code> interface. Used for
* receiving video frames from a MediaStream video track in the browser.
- * This interface is still in development (Dev API status) and may change.
*/
[generate_thunk]
label Chrome {
- [channel=dev] M34 = 0.1
+ [channel=dev] M34 = 0.1,
+ M35 = 0.1
};
/**
@@ -71,6 +71,7 @@ enum PP_MediaStreamVideoTrack_Attrib {
PP_MEDIASTREAMVIDEOTRACK_ATTRIB_FORMAT = 4
};
+[version=0.1]
interface PPB_MediaStreamVideoTrack {
/**
* Determines if a resource is a MediaStream video track resource.
« no previous file with comments | « ppapi/api/ppb_media_stream_audio_track.idl ('k') | ppapi/api/ppb_video_frame.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698