NET_SDK_SupportStreamNum¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Get the number of streams supported by the device preview.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| lChannelin | LONG | Channel number, starting from 0. This parameter is invalid for IPC devices. |
Return Value¶
-
type:unsigned int
-
remark:Returns the number of preview streams supported by the device.
Remarks¶
None