Uses of Class
com.tencentcloudapi.trtc.v20190722.models.PublishCdnParams
-
Packages that use PublishCdnParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of PublishCdnParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return PublishCdnParams Modifier and Type Method Description PublishCdnParamsStartMCUMixTranscodeByStrRoomIdRequest. getPublishCdnParams()Get 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推PublishCdnParamsStartMCUMixTranscodeRequest. getPublishCdnParams()Get 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type PublishCdnParams Modifier and Type Method Description voidStartMCUMixTranscodeByStrRoomIdRequest. setPublishCdnParams(PublishCdnParams PublishCdnParams)Set 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推voidStartMCUMixTranscodeRequest. setPublishCdnParams(PublishCdnParams PublishCdnParams)Set 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type PublishCdnParams Constructor Description PublishCdnParams(PublishCdnParams 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.
-