public class RTMPAddressDestination extends AbstractModel
skipSign
Constructor and Description |
---|
RTMPAddressDestination() |
RTMPAddressDestination(RTMPAddressDestination 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 |
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RTMPAddressDestination()
public RTMPAddressDestination(RTMPAddressDestination source)
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 © 2023. All rights reserved.