Uses of Class
com.tencentcloudapi.mps.v20190612.models.CreateOutputRTMPSettings
-
Packages that use CreateOutputRTMPSettings Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CreateOutputRTMPSettings in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CreateOutputRTMPSettings Modifier and Type Method Description CreateOutputRTMPSettingsCreateOutputInfo. getRTMPSettings()Get 输出的RTMP的配置。CreateOutputRTMPSettingsModifyOutputInfo. getRTMPSettings()Get 转推RTMP的配置。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputRTMPSettings Modifier and Type Method Description voidCreateOutputInfo. setRTMPSettings(CreateOutputRTMPSettings RTMPSettings)Set 输出的RTMP的配置。voidModifyOutputInfo. setRTMPSettings(CreateOutputRTMPSettings RTMPSettings)Set 转推RTMP的配置。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputRTMPSettings Constructor Description CreateOutputRTMPSettings(CreateOutputRTMPSettings 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.
-