Uses of Class
com.tencentcloudapi.mps.v20190612.models.CreateOutputRTPSettingsDestinations
-
Packages that use CreateOutputRTPSettingsDestinations Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of CreateOutputRTPSettingsDestinations in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return CreateOutputRTPSettingsDestinations Modifier and Type Method Description CreateOutputRTPSettingsDestinations[]CreateOutputInfoRTPSettings. getDestinations()Get 转推的目标地址,可填1~2个。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputRTPSettingsDestinations Modifier and Type Method Description voidCreateOutputInfoRTPSettings. setDestinations(CreateOutputRTPSettingsDestinations[] Destinations)Set 转推的目标地址,可填1~2个。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type CreateOutputRTPSettingsDestinations Constructor Description CreateOutputRTPSettingsDestinations(CreateOutputRTPSettingsDestinations 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.
-