public class DescribeInputRTMPSettings extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
Get RTMP的推流路径。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStreamKey()
Get RTMP的推流StreamKey。
RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey
|
void |
setAppName(String AppName)
Set RTMP的推流路径。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStreamKey(String StreamKey)
Set RTMP的推流StreamKey。
RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeInputRTMPSettings()
public DescribeInputRTMPSettings(DescribeInputRTMPSettings source)
public String getAppName()
public void setAppName(String AppName)
AppName
- RTMP的推流路径。
注意:此字段可能返回 null,表示取不到有效值。public String getStreamKey()
public void setStreamKey(String StreamKey)
StreamKey
- RTMP的推流StreamKey。
RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKeyCopyright © 2023. All rights reserved.