Uses of Class
com.tencentcloudapi.live.v20180801.models.PullStreamConfig
-
Packages that use PullStreamConfig Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of PullStreamConfig in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return PullStreamConfig Modifier and Type Method Description PullStreamConfig[]DescribePullStreamConfigsResponse. getPullStreamConfigs()Get 拉流配置。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type PullStreamConfig Modifier and Type Method Description voidDescribePullStreamConfigsResponse. setPullStreamConfigs(PullStreamConfig[] PullStreamConfigs)Set 拉流配置。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type PullStreamConfig Constructor Description PullStreamConfig(PullStreamConfig 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.
-