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

Unified Diff: ppapi/cpp/media_stream_video_track.h

Issue 156863005: [PPAPI][MediaStream] Rename AudioFrame to AudioBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@frame_to_buffer
Patch Set: Update Created 6 years, 10 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/cpp/media_stream_audio_track.cc ('k') | ppapi/examples/media_stream_audio/media_stream_audio.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/media_stream_video_track.h
diff --git a/ppapi/cpp/media_stream_video_track.h b/ppapi/cpp/media_stream_video_track.h
index 52a0551e81cd32586e92fb4bd1140066366238fc..f4beabb582e4754c70e151ddc295ad0a5938daad 100644
--- a/ppapi/cpp/media_stream_video_track.h
+++ b/ppapi/cpp/media_stream_video_track.h
@@ -69,7 +69,7 @@ class MediaStreamVideoTrack : public Resource {
/// attribute is immediately followed by the corresponding desired value.
/// The list is terminated by
/// <code>PP_MEDIASTREAMVIDEOTRACK_ATTRIB_NONE</code>.
- /// @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
+ /// @param[in] callback A <code>CompletionCallback</code> to be called upon
/// completion of <code>Configure()</code>.
///
/// @return An int32_t containing a result code from <code>pp_errors.h</code>.
@@ -104,9 +104,9 @@ class MediaStreamVideoTrack : public Resource {
/// <code>callback</code> will be called when a new frame is received or some
/// error happens.
///
- /// @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
- /// completion of <code>GetFrame()</code>. If success, a VideoFrame will be
- /// passed into the completion callback function.
+ /// @param[in] callback A <code>CompletionCallbackWithOutput</code> to be
+ /// called upon completion of <code>GetFrame()</code>. If success,
+ /// a VideoFrame will be passed into the completion callback function.
///
/// @return An int32_t containing a result code from <code>pp_errors.h</code>.
/// Returns PP_ERROR_NOMEMORY if <code>max_buffered_frames</code> frames
« no previous file with comments | « ppapi/cpp/media_stream_audio_track.cc ('k') | ppapi/examples/media_stream_audio/media_stream_audio.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698