Class DescribeInputRTMPSettings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeInputRTMPSettings
-
public class DescribeInputRTMPSettings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInputRTMPSettings()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppName()Get RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。StringgetStreamKey()Get RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKeyvoidsetAppName(String AppName)Set RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。voidsetStreamKey(String StreamKey)Set RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKeyvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeInputRTMPSettings
public DescribeInputRTMPSettings()
-
DescribeInputRTMPSettings
public 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.
-
-
Method Detail
-
getAppName
public String getAppName()
Get RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppName RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。
-
setAppName
public void setAppName(String AppName)
Set RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppName- RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。
-
getStreamKey
public String getStreamKey()
Get RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey- Returns:
- StreamKey RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey
-
setStreamKey
public void setStreamKey(String StreamKey)
Set RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey- Parameters:
StreamKey- RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey
-
-