Uses of Class
com.tencentcloudapi.mps.v20190612.models.CreateOutputSRTSettings
-
Packages that use CreateOutputSRTSettings Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CreateOutputSRTSettings in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CreateOutputSRTSettings Modifier and Type Method Description CreateOutputSRTSettingsCreateOutputInfo. getSRTSettings()Get 输出的SRT的配置。CreateOutputSRTSettingsModifyOutputInfo. getSRTSettings()Get 转推SRT的配置。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputSRTSettings Modifier and Type Method Description voidCreateOutputInfo. setSRTSettings(CreateOutputSRTSettings SRTSettings)Set 输出的SRT的配置。voidModifyOutputInfo. setSRTSettings(CreateOutputSRTSettings SRTSettings)Set 转推SRT的配置。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputSRTSettings Constructor Description CreateOutputSRTSettings(CreateOutputSRTSettings 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.
-