设备网络SDK开发使用手册

NET_DVR_MatrixStopPassiveDecode

多路解码器停止被动解码。

BOOL NET_DVR_MatrixStopPassiveDecode(
  LONG   lPassiveHandle
);

Parameters

lUserID
[in] NET_DVR_MatrixStartPassiveDecode的返回值

Return Values

TRUE表示成功,FALSE表示失败。接口返回失败请调用NET_DVR_GetLastError获取错误码,通过错误码判断出错原因。

See Also

NET_DVR_MatrixStartPassiveDecode