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

Unified Diff: ppapi/c/ppb_media_stream_audio_track.h

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/c/ppb_audio_buffer.h ('k') | ppapi/c/ppb_media_stream_video_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 7edb60d696714d526fe33af84866513b3dbae054..7eae9f3c1485a258cb82de2acaa7e7c52993f798 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 Feb 7 14:38:28 2014. */
+/* From ppb_media_stream_audio_track.idl modified Fri Mar 28 10:13:34 2014. */
#ifndef PPAPI_C_PPB_MEDIA_STREAM_AUDIO_TRACK_H_
#define PPAPI_C_PPB_MEDIA_STREAM_AUDIO_TRACK_H_
@@ -15,13 +15,14 @@
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
-#define PPB_MEDIASTREAMAUDIOTRACK_INTERFACE_0_1 \
- "PPB_MediaStreamAudioTrack;0.1" /* dev */
+#define PPB_MEDIASTREAMAUDIOTRACK_INTERFACE_0_1 "PPB_MediaStreamAudioTrack;0.1"
+#define PPB_MEDIASTREAMAUDIOTRACK_INTERFACE \
+ PPB_MEDIASTREAMAUDIOTRACK_INTERFACE_0_1
+
/**
* @file
* 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.
*/
@@ -78,7 +79,7 @@ typedef enum {
* @addtogroup Interfaces
* @{
*/
-struct PPB_MediaStreamAudioTrack_0_1 { /* dev */
+struct PPB_MediaStreamAudioTrack_0_1 {
/**
* Determines if a resource is a MediaStream audio track resource.
*
@@ -203,6 +204,8 @@ struct PPB_MediaStreamAudioTrack_0_1 { /* dev */
*/
void (*Close)(PP_Resource audio_track);
};
+
+typedef struct PPB_MediaStreamAudioTrack_0_1 PPB_MediaStreamAudioTrack;
/**
* @}
*/
« no previous file with comments | « ppapi/c/ppb_audio_buffer.h ('k') | ppapi/c/ppb_media_stream_video_track.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698