xcDownloadFile abstract method

  1. @async
OriginResponse xcDownloadFile(
  1. String deviceId,
  2. int videoType,
  3. String param,
  4. int handle,
  5. int seq,
)

统一视频下载 ///deviceID序列号 videoType 0 卡 1 云 param 参数 返回下载句柄

Implementation

@async
OriginResponse xcDownloadFile(
    String deviceId, int videoType, String param, int handle, int seq);