Uses of Class
com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeChannelLiveStreamURLRequest
-
Packages that use DescribeChannelLiveStreamURLRequest Package Description com.tencentcloudapi.iotvideoindustry.v20201201 com.tencentcloudapi.iotvideoindustry.v20201201.models -
-
Uses of DescribeChannelLiveStreamURLRequest in com.tencentcloudapi.iotvideoindustry.v20201201
Methods in com.tencentcloudapi.iotvideoindustry.v20201201 with parameters of type DescribeChannelLiveStreamURLRequest Modifier and Type Method Description DescribeChannelLiveStreamURLResponseIotvideoindustryClient. DescribeChannelLiveStreamURL(DescribeChannelLiveStreamURLRequest req)本接口(DescribeChannelLiveStreamURL)用于获取设备指定通道实时流地址,地址是动态生成,如重新播放需要调用此接口重新获取最新播放地址。 正常推流,如未设置对应录制计划,且180s无人观看此流,将会被自动掐断。 -
Uses of DescribeChannelLiveStreamURLRequest in com.tencentcloudapi.iotvideoindustry.v20201201.models
Constructors in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type DescribeChannelLiveStreamURLRequest Constructor Description DescribeChannelLiveStreamURLRequest(DescribeChannelLiveStreamURLRequest 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.
-