| Functions | |
| wcRCode DLLEXPORT | wcInTaskPopFrame (wcTask task, void **data, size_t *len) | 
| Get access to the first frame in the incoming data stack.  More... | |
Get access to the first frame in the incoming data stack.
Related to request output.raw. A signal that a new frame has been received is triggered by a task with the wccbkSynchroUpdateTask callback.
| task | Pointer to the task object of WC_IN_STREAM_TASK class. | 
| data | The pointer to the variable of void * type to return frame data. | 
| len | The pointer to the variable of size_t type to return frame size. | 
Example 1
 
 Example 2