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