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