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

Unified Diff: ppapi/api/ppb_media_stream_audio_track.idl

Issue 290993005: Support configuring number of audio buffers in MediaStream Pepper API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix uninitialized variable Created 6 years, 7 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_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 0f7aa725854799d2511b19f6cff1d8a4e9c1149d..4ffa9461aef5bfbe895e23bd869b51dcff4bf7dd 100644
--- a/ppapi/api/ppb_media_stream_audio_track.idl
+++ b/ppapi/api/ppb_media_stream_audio_track.idl
@@ -83,7 +83,8 @@ interface PPB_MediaStreamAudioTrack {
* the input buffers. If all buffers are filled, then samples will be
* dropped. The application can detect this by examining the timestamp on
* returned buffers. If <code>Configure()</code> is not called, default
- * settings will be used.
+ * settings will be used. Calls to Configure while the plugin holds
+ * buffers will fail.
* Example usage from plugin code:
* @code
* int32_t attribs[] = {
« no previous file with comments | « content/renderer/pepper/pepper_media_stream_track_host_base.cc ('k') | ppapi/c/ppb_media_stream_audio_track.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698