Skip to content

NET_SDK_StopLivePlay

Interface Definition

1
2
BOOL NET_SDK_StopLivePlay(
    POINTERHANDLE lLiveHandle);
1
2
public static extern bool NET_SDK_StopLivePlay(
    POINTERHANDLE lLiveHandle);

Function Description

Stop preview.

Parameter Description

Parameters Type Remark
lLiveHandlein POINTERHANDLE The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx.

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code