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. |