public class RTMPAddressDestination extends AbstractModel
header, 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 转推RTMP的目标StreamKey,格式如'steamid?key=value'。 | 
| String | getUrl()Get 转推RTMP的目标Url,格式如'rtmp://domain/live'。 | 
| void | setStreamKey(String StreamKey)Set 转推RTMP的目标StreamKey,格式如'steamid?key=value'。 | 
| void | setUrl(String Url)Set 转推RTMP的目标Url,格式如'rtmp://domain/live'。 | 
| 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 RTMPAddressDestination()
public RTMPAddressDestination(RTMPAddressDestination source)
public String getUrl()
public void setUrl(String Url)
Url - 转推RTMP的目标Url,格式如'rtmp://domain/live'。public String getStreamKey()
public void setStreamKey(String StreamKey)
StreamKey - 转推RTMP的目标StreamKey,格式如'steamid?key=value'。Copyright © 2025. All rights reserved.