public class DescribeInputRTMPSettings extends AbstractModel
header, skipSign| 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 Path for RTMP stream pushing
Note: this field may return `null`, indicating that no valid value was found. | 
| String | getStreamKey()Get StreamKey for RTMP stream pushing
Format of an RTMP stream pushing URL: rtmp://IP address:1935/AppName/StreamKey | 
| void | setAppName(String AppName)Set Path for RTMP stream pushing
Note: this field may return `null`, indicating that no valid value was found. | 
| void | setStreamKey(String StreamKey)Set StreamKey for RTMP stream pushing
Format of an RTMP stream pushing URL: rtmp://IP address:1935/AppName/StreamKey | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeInputRTMPSettings()
public DescribeInputRTMPSettings(DescribeInputRTMPSettings source)
public String getAppName()
public void setAppName(String AppName)
AppName - Path for RTMP stream pushing
Note: this field may return `null`, indicating that no valid value was found.public String getStreamKey()
public void setStreamKey(String StreamKey)
StreamKey - StreamKey for RTMP stream pushing
Format of an RTMP stream pushing URL: rtmp://IP address:1935/AppName/StreamKeyCopyright © 2025. All rights reserved.