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

Unified Diff: ppapi/c/ppb_media_stream_audio_track.h

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
« no previous file with comments | « ppapi/api/ppb_media_stream_audio_track.idl ('k') | ppapi/cpp/media_stream_audio_track.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_media_stream_audio_track.h
diff --git a/ppapi/c/ppb_media_stream_audio_track.h b/ppapi/c/ppb_media_stream_audio_track.h
index 7eae9f3c1485a258cb82de2acaa7e7c52993f798..a57f9eb2c62c86faf4793a6493288f27f44add83 100644
--- a/ppapi/c/ppb_media_stream_audio_track.h
+++ b/ppapi/c/ppb_media_stream_audio_track.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_media_stream_audio_track.idl modified Fri Mar 28 10:13:34 2014. */
+/* From ppb_media_stream_audio_track.idl modified Wed May 28 09:36:15 2014. */
#ifndef PPAPI_C_PPB_MEDIA_STREAM_AUDIO_TRACK_H_
#define PPAPI_C_PPB_MEDIA_STREAM_AUDIO_TRACK_H_
@@ -98,7 +98,8 @@ struct PPB_MediaStreamAudioTrack_0_1 {
* 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 | « ppapi/api/ppb_media_stream_audio_track.idl ('k') | ppapi/cpp/media_stream_audio_track.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698