public class CreateOutputRtmpSettingsDestinations extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateOutputRtmpSettingsDestinations() | 
| CreateOutputRtmpSettingsDestinations(CreateOutputRtmpSettingsDestinations 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 转推的StreamKey,格式如:stream?key=value。 | 
| String | getUrl()Get 转推的URL,格式如:rtmp://domain/live。 | 
| void | setStreamKey(String StreamKey)Set 转推的StreamKey,格式如:stream?key=value。 | 
| void | setUrl(String Url)Set 转推的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 CreateOutputRtmpSettingsDestinations()
public CreateOutputRtmpSettingsDestinations(CreateOutputRtmpSettingsDestinations source)
public String getUrl()
public void setUrl(String Url)
Url - 转推的URL,格式如:rtmp://domain/live。public String getStreamKey()
public void setStreamKey(String StreamKey)
StreamKey - 转推的StreamKey,格式如:stream?key=value。Copyright © 2025. All rights reserved.