public class CreateOutputInfoRTPSettings extends AbstractModel
Constructor and Description |
---|
CreateOutputInfoRTPSettings() |
CreateOutputInfoRTPSettings(CreateOutputInfoRTPSettings 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 |
---|---|
CreateOutputRTPSettingsDestinations[] |
getDestinations()
Get 转推的目标地址,可填1~2个。
|
String |
getFEC()
Get 只能填none。
|
Long |
getIdleTimeout()
Get 空闲超时时间,单位ms。
|
void |
setDestinations(CreateOutputRTPSettingsDestinations[] Destinations)
Set 转推的目标地址,可填1~2个。
|
void |
setFEC(String FEC)
Set 只能填none。
|
void |
setIdleTimeout(Long IdleTimeout)
Set 空闲超时时间,单位ms。
|
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 CreateOutputInfoRTPSettings()
public CreateOutputInfoRTPSettings(CreateOutputInfoRTPSettings source)
public CreateOutputRTPSettingsDestinations[] getDestinations()
public void setDestinations(CreateOutputRTPSettingsDestinations[] Destinations)
Destinations
- 转推的目标地址,可填1~2个。public String getFEC()
public void setFEC(String FEC)
FEC
- 只能填none。public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout
- 空闲超时时间,单位ms。Copyright © 2023. All rights reserved.