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

Unified Diff: ppapi/api/ppb_media_stream_audio_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_audio_buffer.idl ('k') | ppapi/api/ppb_media_stream_video_track.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_media_stream_audio_track.idl
diff --git a/ppapi/api/ppb_media_stream_audio_track.idl b/ppapi/api/ppb_media_stream_audio_track.idl
index e1c27187029e588cec20deafb7677cda0065822f..0f7aa725854799d2511b19f6cff1d8a4e9c1149d 100644
--- a/ppapi/api/ppb_media_stream_audio_track.idl
+++ b/ppapi/api/ppb_media_stream_audio_track.idl
@@ -6,13 +6,13 @@
/**
* Defines the <code>PPB_MediaStreamAudioTrack</code> interface. Used for
* receiving audio samples from a MediaStream audio 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
};
/**
@@ -62,6 +62,7 @@ enum PP_MediaStreamAudioTrack_Attrib {
PP_MEDIASTREAMAUDIOTRACK_ATTRIB_DURATION = 5
};
+[version=0.1]
interface PPB_MediaStreamAudioTrack {
/**
* Determines if a resource is a MediaStream audio track resource.
« no previous file with comments | « ppapi/api/ppb_audio_buffer.idl ('k') | ppapi/api/ppb_media_stream_video_track.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698