| Index: native_client_sdk/doc_generated/pepper_dev/cpp/classpp_1_1_media_stream_video_track.html
|
| diff --git a/native_client_sdk/doc_generated/pepper_dev/cpp/classpp_1_1_media_stream_video_track.html b/native_client_sdk/doc_generated/pepper_dev/cpp/classpp_1_1_media_stream_video_track.html
|
| index 7aab6121ae4610b302a9c9cf2b19aef7cb8d58ae..5bcaf4b6cda68fe2ffcf51e21d5f327e9744f14b 100644
|
| --- a/native_client_sdk/doc_generated/pepper_dev/cpp/classpp_1_1_media_stream_video_track.html
|
| +++ b/native_client_sdk/doc_generated/pepper_dev/cpp/classpp_1_1_media_stream_video_track.html
|
| @@ -201,7 +201,7 @@ Static Public Member Functions</h2><table class="memberdecls">
|
| </pre></div><dl class="params"><dt><b>Parameters:</b></dt><dd>
|
| <table class="params">
|
| <tr><td class="paramdir">[in]</td><td class="paramname">attrib_list</td><td>A list of attribute name-value pairs in which each attribute is immediately followed by the corresponding desired value. The list is terminated by <code>PP_MEDIASTREAMVIDEOTRACK_ATTRIB_NONE</code>. </td></tr>
|
| -<tr><td class="paramdir">[in]</td><td class="paramname">callback</td><td>A <code>PP_CompletionCallback</code> to be called upon completion of <code><a class="el" href="classpp_1_1_media_stream_video_track.html#a1a7050062a28190a931e4b70b0e0b04d" title="Configures underlying frame buffers for incoming frames.">Configure()</a></code>.</td></tr>
|
| +<tr><td class="paramdir">[in]</td><td class="paramname">callback</td><td>A <code><a class="el" href="classpp_1_1_completion_callback.html" title="This API enables you to implement and receive callbacks when Pepper operations complete asynchronousl...">CompletionCallback</a></code> to be called upon completion of <code><a class="el" href="classpp_1_1_media_stream_video_track.html#a1a7050062a28190a931e4b70b0e0b04d" title="Configures underlying frame buffers for incoming frames.">Configure()</a></code>.</td></tr>
|
| </table>
|
| </dd>
|
| </dl>
|
| @@ -261,7 +261,7 @@ Static Public Member Functions</h2><table class="memberdecls">
|
| <p>If internal processing is slower than the incoming frame rate, new frames will be dropped from the incoming stream. Once the input buffer is full, frames will be dropped until <code><a class="el" href="classpp_1_1_media_stream_video_track.html#ab3df0710c423f1c2b1e45da957bc65e4" title="Recycles a frame returned by GetFrame(), so the track can reuse the underlying buffer of this frame...">RecycleFrame()</a></code> is called to free a spot for another frame to be buffered. If there are no frames in the input buffer, <code>PP_OK_COMPLETIONPENDING</code> will be returned immediately and the <code>callback</code> will be called when a new frame is received or some error happens.</p>
|
| <dl class="params"><dt><b>Parameters:</b></dt><dd>
|
| <table class="params">
|
| -<tr><td class="paramdir">[in]</td><td class="paramname">callback</td><td>A <code>PP_CompletionCallback</code> to be called upon completion of <code><a class="el" href="classpp_1_1_media_stream_video_track.html#aeea5ef2549e1caeddea6ed783d0efe32" title="Gets the next video frame from the MediaStream track.">GetFrame()</a></code>. If success, a <a class="el" href="classpp_1_1_video_frame.html">VideoFrame</a> will be passed into the completion callback function.</td></tr>
|
| +<tr><td class="paramdir">[in]</td><td class="paramname">callback</td><td>A <code><a class="el" href="classpp_1_1_completion_callback_with_output.html" title="A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to so...">CompletionCallbackWithOutput</a></code> to be called upon completion of <code><a class="el" href="classpp_1_1_media_stream_video_track.html#aeea5ef2549e1caeddea6ed783d0efe32" title="Gets the next video frame from the MediaStream track.">GetFrame()</a></code>. If success, a <a class="el" href="classpp_1_1_video_frame.html">VideoFrame</a> will be passed into the completion callback function.</td></tr>
|
| </table>
|
| </dd>
|
| </dl>
|
|
|