NET_DVR_MatrixGetDecChanCfg

Get configuration information of decoding channel.

API Definition

BOOL NET_DVR_MatrixGetDecChanCfg(
  LONG                               lUserID,
  DWORD                              dwDecChan,
  LPNET_DVR_MATRIX_DECCHAN_CONTROL   lpInter
)

Parameters

lUserID

[IN] Value returned by NET_DVR_Login_V40.

dwDecChan

[IN] Decoding channel No.

lpInter

[OUT] Parameters of decoding channel scaling control, see details in NET_DVR_MATRIX_DECCHAN_CONTROL.

Return Value

Return TRUE for success and FALSE for failure. If FALSE is returned, you can call NET_DVR_GetLastError to get the error code.