Skip to content

NET_SDK_ShowRuleBoxList

Interface Definition

1
2
3
BOOL NET_SDK_ShowRuleBoxList(
    POINTERHANDLE lPlayHandle,
    RULE_POINT_LIST rule_point);
1
2
3
public static extern bool NET_SDK_ShowRuleBoxList(
    POINTERHANDLE lPlayHandle,
    RULE_POINT_LIST rule_point);

Function Description

(Only supported on Windows) Displays a list of custom rule boxes.

Parameter Description

Parameters Type Remark
lPlayHandlein POINTERHANDLE The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx.
rule_pointin RULE_POINT_LIST List of rule boxes.

Return Value

  • type:BOOL

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

Remarks

None

Error Code