Skip to content

NET_SDK_SetDVRConfig_SubStreamEncodeInfo

Interface Definition

1
2
3
4
5
BOOL NET_SDK_SetDVRConfig_SubStreamEncodeInfo(
    LONG lUserID,
    LONG lChannel,
    LPVOID lpInBuffer,
    DWORD dwInBufferSize);
1
2
3
4
5
public static extern Boolean NET_SDK_SetDVRConfig_SubStreamEncodeInfo(
    Int32 lUserID,
    Int32 lChannel,
    IntPtr lpInBuffer,
    UInt32 dwInBufferSize);

Function Description

Set device configuration--sub-stream encoding information (only supports 3.0DVR).

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.
lpInBufferin LPVOID Configure the data pointer. The saved data format is DD_ENCODE_CONFIG * VIDEO_INPUT_NUM.
dwInBufferSizein DWORD The size of the space requested by lpInBuffer.

Return Value

  • type:BOOL

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

Remarks

None

Error Code