Uses of Class
com.tencentcloudapi.mps.v20190612.models.DescribeInputRTMPSettings
-
Packages that use DescribeInputRTMPSettings Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of DescribeInputRTMPSettings in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return DescribeInputRTMPSettings Modifier and Type Method Description DescribeInputRTMPSettingsDescribeInput. getRTMPSettings()Get 输入的RTMP配置信息。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeInputRTMPSettings Modifier and Type Method Description voidDescribeInput. setRTMPSettings(DescribeInputRTMPSettings RTMPSettings)Set 输入的RTMP配置信息。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeInputRTMPSettings Constructor Description DescribeInputRTMPSettings(DescribeInputRTMPSettings 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.
-