Uses of Class
com.tencentcloudapi.live.v20180801.models.CommonMixControlParams
-
Packages that use CommonMixControlParams Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of CommonMixControlParams in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return CommonMixControlParams Modifier and Type Method Description CommonMixControlParamsCreateCommonMixStreamRequest. getControlParams()Get 混流的特殊控制参数。如无特殊需求,无需填写。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type CommonMixControlParams Modifier and Type Method Description voidCreateCommonMixStreamRequest. setControlParams(CommonMixControlParams ControlParams)Set 混流的特殊控制参数。如无特殊需求,无需填写。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CommonMixControlParams Constructor Description CommonMixControlParams(CommonMixControlParams 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.
-