PLAY_YUV_DATA_CALLBACK¶
Callback Definition¶
1 | |
Function Description¶
YUV data callback during video playback.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lPlayHandlein | POINTERHANDLE | The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx. |
| frameInfoin | DECODE_FRAME_INFO | File data playback stream frame information. |
| pUserin | void* | User-defined parameters are passed in when setting the callback function. |
Return Value¶
None
Remarks¶
None