NET_SDK_SetPlayerBufNumber¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Set the number of frame buffers in the playback library (this function is not currently supported).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lLiveHandlein | POINTERHANDLE | The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx. |
| dwBufNumin | DWORD | The maximum number of frames in the buffer when playing a single video. The value range is [1,50]. The SDK default frame buffer size is 15. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None