public class DescribeOutputRTPSettings extends AbstractModel
Constructor and Description |
---|
DescribeOutputRTPSettings() |
DescribeOutputRTPSettings(DescribeOutputRTPSettings 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 |
---|---|
RTPAddressDestination[] |
getDestinations()
Get 转推RTP的目标地址信息列表。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFEC()
Get 是否FEC。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIdleTimeout()
Get 空闲超时时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDestinations(RTPAddressDestination[] Destinations)
Set 转推RTP的目标地址信息列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFEC(String FEC)
Set 是否FEC。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdleTimeout(Long IdleTimeout)
Set 空闲超时时间。
注意:此字段可能返回 null,表示取不到有效值。
|
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 DescribeOutputRTPSettings()
public DescribeOutputRTPSettings(DescribeOutputRTPSettings source)
public RTPAddressDestination[] getDestinations()
public void setDestinations(RTPAddressDestination[] Destinations)
Destinations
- 转推RTP的目标地址信息列表。
注意:此字段可能返回 null,表示取不到有效值。public String getFEC()
public void setFEC(String FEC)
FEC
- 是否FEC。
注意:此字段可能返回 null,表示取不到有效值。public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout
- 空闲超时时间。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.