Uses of Class
com.tencentcloudapi.live.v20180801.models.DropLiveStreamResponse
-
Packages that use DropLiveStreamResponse Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of DropLiveStreamResponse in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 that return DropLiveStreamResponse Modifier and Type Method Description DropLiveStreamResponseLiveClient. DropLiveStream(DropLiveStreamRequest req)断开推流连接,但可以重新推流。 注:对已经不活跃的流,调用该断流接口时,接口返回成功。 -
Uses of DropLiveStreamResponse in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type DropLiveStreamResponse Constructor Description DropLiveStreamResponse(DropLiveStreamResponse 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.
-