Uses of Class
com.tencentcloudapi.cme.v20191029.models.SwitcherPgmOutputConfig
-
Packages that use SwitcherPgmOutputConfig Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of SwitcherPgmOutputConfig in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return SwitcherPgmOutputConfig Modifier and Type Method Description SwitcherPgmOutputConfigSwitcherProjectInput. getPgmOutputConfig()Get 导播台主监输出配置信息。若不填,默认输出 720P。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type SwitcherPgmOutputConfig Modifier and Type Method Description voidSwitcherProjectInput. setPgmOutputConfig(SwitcherPgmOutputConfig PgmOutputConfig)Set 导播台主监输出配置信息。若不填,默认输出 720P。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type SwitcherPgmOutputConfig Constructor Description SwitcherPgmOutputConfig(SwitcherPgmOutputConfig 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.
-