Uses of Class
com.tencentcloudapi.trtc.v20190722.models.OutputParams
-
Packages that use OutputParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of OutputParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return OutputParams Modifier and Type Method Description OutputParamsStartMCUMixTranscodeByStrRoomIdRequest. getOutputParams()Get 混流输出控制参数。OutputParamsStartMCUMixTranscodeRequest. getOutputParams()Get 混流输出控制参数。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type OutputParams Modifier and Type Method Description voidStartMCUMixTranscodeByStrRoomIdRequest. setOutputParams(OutputParams OutputParams)Set 混流输出控制参数。voidStartMCUMixTranscodeRequest. setOutputParams(OutputParams OutputParams)Set 混流输出控制参数。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type OutputParams Constructor Description OutputParams(OutputParams 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.
-