Uses of Class
com.tencentcloudapi.mps.v20190612.models.CreateOutputInfo
-
Packages that use CreateOutputInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CreateOutputInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CreateOutputInfo Modifier and Type Method Description CreateOutputInfoCreateStreamLinkOutputInfoRequest. getOutput()Get 传输流的Output配置。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputInfo Modifier and Type Method Description voidCreateStreamLinkOutputInfoRequest. setOutput(CreateOutputInfo Output)Set 传输流的Output配置。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputInfo Constructor Description CreateOutputInfo(CreateOutputInfo 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.
-