Uses of Class
com.tencentcloudapi.mps.v20190612.models.CreateOutputSRTSettingsDestinations
-
Packages that use CreateOutputSRTSettingsDestinations Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CreateOutputSRTSettingsDestinations in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CreateOutputSRTSettingsDestinations Modifier and Type Method Description CreateOutputSRTSettingsDestinations[]CreateOutputSRTSettings. getDestinations()Get 转推的目标地址,当Mode为CALLER时必填,且只能填1组。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputSRTSettingsDestinations Modifier and Type Method Description voidCreateOutputSRTSettings. setDestinations(CreateOutputSRTSettingsDestinations[] Destinations)Set 转推的目标地址,当Mode为CALLER时必填,且只能填1组。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputSRTSettingsDestinations Constructor Description CreateOutputSRTSettingsDestinations(CreateOutputSRTSettingsDestinations 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.
-