Uses of Class
com.tencentcloudapi.mps.v20190612.models.ModifyOutputInfo
-
Packages that use ModifyOutputInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ModifyOutputInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ModifyOutputInfo Modifier and Type Method Description ModifyOutputInfo
ModifyStreamLinkOutputInfoRequest. getOutput()
Get 需要修改的Output配置。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ModifyOutputInfo Modifier and Type Method Description void
ModifyStreamLinkOutputInfoRequest. setOutput(ModifyOutputInfo Output)
Set 需要修改的Output配置。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ModifyOutputInfo Constructor Description ModifyOutputInfo(ModifyOutputInfo 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.
-