Class RTMPAddressDestination
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.RTMPAddressDestination
-
public class RTMPAddressDestination extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RTMPAddressDestination
public RTMPAddressDestination()
-
RTMPAddressDestination
public 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.
-
-
Method Detail
-
getUrl
public String getUrl()
Get 转推RTMP的目标Url,格式如'rtmp://domain/live'。- Returns:
- Url 转推RTMP的目标Url,格式如'rtmp://domain/live'。
-
setUrl
public void setUrl(String Url)
Set 转推RTMP的目标Url,格式如'rtmp://domain/live'。- Parameters:
Url
- 转推RTMP的目标Url,格式如'rtmp://domain/live'。
-
getStreamKey
public String getStreamKey()
Get 转推RTMP的目标StreamKey,格式如'steamid?key=value'。- Returns:
- StreamKey 转推RTMP的目标StreamKey,格式如'steamid?key=value'。
-
setStreamKey
public void setStreamKey(String StreamKey)
Set 转推RTMP的目标StreamKey,格式如'steamid?key=value'。- Parameters:
StreamKey
- 转推RTMP的目标StreamKey,格式如'steamid?key=value'。
-
-