public class DescribeOutputSRTSettings extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeOutputSRTSettings() | 
| DescribeOutputSRTSettings(DescribeOutputSRTSettings 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 | 
|---|---|
| SRTAddressDestination[] | getDestinations()Get 转推的目标的地址信息列表,SRT模式为CALLER时使用。
注意:此字段可能返回 null,表示取不到有效值。 | 
| SRTFECFullOptions | getFEC()Get FEC 配置 | 
| Long | getLatency()Get 延迟。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMode()Get SRT模式。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPassphrase()Get 加密密钥。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPbKeyLen()Get 加密密钥长度。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPeerIdleTimeout()Get 对端空闲超时时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPeerLatency()Get 对端延迟。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getRecvLatency()Get 接收延迟。
注意:此字段可能返回 null,表示取不到有效值。 | 
| OutputSRTSourceAddressResp[] | getSourceAddresses()Get 服务器监听地址,SRT模式为LISTENER时使用。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStreamId()Get 流Id。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDestinations(SRTAddressDestination[] Destinations)Set 转推的目标的地址信息列表,SRT模式为CALLER时使用。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFEC(SRTFECFullOptions FEC)Set FEC 配置 | 
| void | setLatency(Long Latency)Set 延迟。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMode(String Mode)Set SRT模式。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPassphrase(String Passphrase)Set 加密密钥。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPbKeyLen(Long PbKeyLen)Set 加密密钥长度。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPeerIdleTimeout(Long PeerIdleTimeout)Set 对端空闲超时时间。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPeerLatency(Long PeerLatency)Set 对端延迟。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRecvLatency(Long RecvLatency)Set 接收延迟。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSourceAddresses(OutputSRTSourceAddressResp[] SourceAddresses)Set 服务器监听地址,SRT模式为LISTENER时使用。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStreamId(String StreamId)Set 流Id。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 DescribeOutputSRTSettings()
public DescribeOutputSRTSettings(DescribeOutputSRTSettings source)
public SRTAddressDestination[] getDestinations()
public void setDestinations(SRTAddressDestination[] Destinations)
Destinations - 转推的目标的地址信息列表,SRT模式为CALLER时使用。
注意:此字段可能返回 null,表示取不到有效值。public String getStreamId()
public void setStreamId(String StreamId)
StreamId - 流Id。
注意:此字段可能返回 null,表示取不到有效值。public Long getLatency()
public void setLatency(Long Latency)
Latency - 延迟。
注意:此字段可能返回 null,表示取不到有效值。public Long getRecvLatency()
public void setRecvLatency(Long RecvLatency)
RecvLatency - 接收延迟。
注意:此字段可能返回 null,表示取不到有效值。public Long getPeerLatency()
public void setPeerLatency(Long PeerLatency)
PeerLatency - 对端延迟。
注意:此字段可能返回 null,表示取不到有效值。public Long getPeerIdleTimeout()
public void setPeerIdleTimeout(Long PeerIdleTimeout)
PeerIdleTimeout - 对端空闲超时时间。
注意:此字段可能返回 null,表示取不到有效值。public String getPassphrase()
public void setPassphrase(String Passphrase)
Passphrase - 加密密钥。
注意:此字段可能返回 null,表示取不到有效值。public Long getPbKeyLen()
public void setPbKeyLen(Long PbKeyLen)
PbKeyLen - 加密密钥长度。
注意:此字段可能返回 null,表示取不到有效值。public String getMode()
public void setMode(String Mode)
Mode - SRT模式。
注意:此字段可能返回 null,表示取不到有效值。public OutputSRTSourceAddressResp[] getSourceAddresses()
public void setSourceAddresses(OutputSRTSourceAddressResp[] SourceAddresses)
SourceAddresses - 服务器监听地址,SRT模式为LISTENER时使用。
注意:此字段可能返回 null,表示取不到有效值。public SRTFECFullOptions getFEC()
public void setFEC(SRTFECFullOptions FEC)
FEC - FEC 配置Copyright © 2025. All rights reserved.