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

Unified Diff: ppapi/api/ppb_audio_buffer.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
Index: ppapi/api/ppb_audio_buffer.idl
diff --git a/ppapi/api/ppb_audio_buffer.idl b/ppapi/api/ppb_audio_buffer.idl
index 1083e0d3dcea34c1e31394f6ae0ea93dd34c1cb9..8640f00dd1f0cc2415ac1293a2cb7e6125c2409a 100644
--- a/ppapi/api/ppb_audio_buffer.idl
+++ b/ppapi/api/ppb_audio_buffer.idl
@@ -10,7 +10,8 @@
[generate_thunk]
label Chrome {
- [channel=dev] M34 = 0.1
+ [channel=dev] M34 = 0.1,
+ M35 = 0.1
};
/**
@@ -38,6 +39,7 @@ enum PP_AudioBuffer_SampleSize {
PP_AUDIOBUFFER_SAMPLESIZE_16_BITS = 2
};
+[version=0.1]
interface PPB_AudioBuffer {
/**
* Determines if a resource is an AudioBuffer resource.
« no previous file with comments | « native_client_sdk/src/examples/api/media_stream_video/index.html ('k') | ppapi/api/ppb_media_stream_audio_track.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698