Uses of Class
com.tencentcloudapi.mps.v20190612.models.CreateInputSRTSettings
-
Packages that use CreateInputSRTSettings Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CreateInputSRTSettings in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CreateInputSRTSettings Modifier and Type Method Description CreateInputSRTSettingsCreateInput. getSRTSettings()Get 输入的SRT配置信息。CreateInputSRTSettingsModifyInput. getSRTSettings()Get SRT的配置信息。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateInputSRTSettings Modifier and Type Method Description voidCreateInput. setSRTSettings(CreateInputSRTSettings SRTSettings)Set 输入的SRT配置信息。voidModifyInput. setSRTSettings(CreateInputSRTSettings SRTSettings)Set SRT的配置信息。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateInputSRTSettings Constructor Description CreateInputSRTSettings(CreateInputSRTSettings 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.
-