public class CreateOutputRtmpSettingsDestinations extends AbstractModel
| Constructor and Description | 
|---|
| CreateOutputRtmpSettingsDestinations() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getStreamKey()Get Push `StreamKey` in the format of `stream?key=value`. | 
| String | getUrl()Get Push URL in the format of `rtmp://domain/live`. | 
| void | setStreamKey(String StreamKey)Set Push `StreamKey` in the format of `stream?key=value`. | 
| void | setUrl(String Url)Set Push URL in the format of `rtmp://domain/live`. | 
| 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, toJsonStringpublic CreateOutputRtmpSettingsDestinations()
public String getUrl()
public void setUrl(String Url)
Url - Push URL in the format of `rtmp://domain/live`.public String getStreamKey()
public void setStreamKey(String StreamKey)
StreamKey - Push `StreamKey` in the format of `stream?key=value`.Copyright © 2020. All rights reserved.