Uses of Class
com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeChannelLocalRecordURLRequest
-
Packages that use DescribeChannelLocalRecordURLRequest Package Description com.tencentcloudapi.iotvideoindustry.v20201201 com.tencentcloudapi.iotvideoindustry.v20201201.models -
-
Uses of DescribeChannelLocalRecordURLRequest in com.tencentcloudapi.iotvideoindustry.v20201201
Methods in com.tencentcloudapi.iotvideoindustry.v20201201 with parameters of type DescribeChannelLocalRecordURLRequest Modifier and Type Method Description DescribeChannelLocalRecordURLResponseIotvideoindustryClient. DescribeChannelLocalRecordURL(DescribeChannelLocalRecordURLRequest req)本接口(DescribeChannelLocalRecordURL)用于将NVR等设备对应通道本地回放文件,通过GB28181信令推送至云端,并生成对应的实时视频流URL,流地址URL是动态生成,如需重新播放请重新调用此接口获取最新地址。 正常推流,如未设置对应录制计划,且180s无人观看此流,将会被自动掐断。 -
Uses of DescribeChannelLocalRecordURLRequest in com.tencentcloudapi.iotvideoindustry.v20201201.models
Constructors in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type DescribeChannelLocalRecordURLRequest Constructor Description DescribeChannelLocalRecordURLRequest(DescribeChannelLocalRecordURLRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-