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