YUV_DATA_CALLBACK¶
Callback Definition¶
1 | |
Function Description¶
Callback for decoded YUV data when real-time preview data is captured.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lLiveHandlein | POINTERHANDLE | The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx. |
| frameInfoin | DECODE_FRAME_INFO | Real-time preview of YUV data after data frame decoding. |
| pUserin | void* | User-defined parameters are passed in when setting the callback function. |
Return Value¶
None
Remarks¶
None