Uses of Class
com.tencentcloudapi.mps.v20190612.models.CreateOutputInfoRTPSettings
-
Packages that use CreateOutputInfoRTPSettings Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CreateOutputInfoRTPSettings in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CreateOutputInfoRTPSettings Modifier and Type Method Description CreateOutputInfoRTPSettingsCreateOutputInfo. getRTPSettings()Get 输出的RTP的配置。CreateOutputInfoRTPSettingsModifyOutputInfo. getRTPSettings()Get 转推RTP的配置。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputInfoRTPSettings Modifier and Type Method Description voidCreateOutputInfo. setRTPSettings(CreateOutputInfoRTPSettings RTPSettings)Set 输出的RTP的配置。voidModifyOutputInfo. setRTPSettings(CreateOutputInfoRTPSettings RTPSettings)Set 转推RTP的配置。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputInfoRTPSettings Constructor Description CreateOutputInfoRTPSettings(CreateOutputInfoRTPSettings 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.
-