跳转至

NET_SDK_SupportStreamNum

接口定义

1
2
3
unsigned int NET_SDK_SupportStreamNum(
    LONG lUserID,
    LONG lChannel);
1
2
3
public static extern uint NET_SDK_SupportStreamNum(
    int lUserID,
    int lChannel);

功能描述

获取设备预览支持的码流数。

参数说明

参数 类型 说明
lUserIDin LONG 用户ID,NET_SDK_LoginNET_SDK_LoginEx的返回值。
lChannelin LONG 通道编号,从0开始,IPC设备此参数无效。

返回值

  • 类型:unsigned int

  • 说明:返回设备支持的预览码流数量。

备注

错误码