Uses of Class
com.tencentcloudapi.live.v20180801.models.CreateLivePullStreamTaskRequest
-
Packages that use CreateLivePullStreamTaskRequest Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of CreateLivePullStreamTaskRequest in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 with parameters of type CreateLivePullStreamTaskRequest Modifier and Type Method Description CreateLivePullStreamTaskResponseLiveClient. CreateLivePullStreamTask(CreateLivePullStreamTaskRequest req)创建直播拉流任务。支持将外部已有的点播文件,或者直播源拉取过来转推到指定的目标地址。 注意: 1. -
Uses of CreateLivePullStreamTaskRequest in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CreateLivePullStreamTaskRequest Constructor Description CreateLivePullStreamTaskRequest(CreateLivePullStreamTaskRequest 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.
-