public class DescribeOutputSRTSettings extends AbstractModel
| 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 A list of the destination addresses for relay. | 
| Long | getLatency()Get Latency. | 
| String | getMode()Get The SRT mode. | 
| String | getPassphrase()Get Encryption key. | 
| Long | getPbKeyLen()Get Encryption key length. | 
| Long | getPeerIdleTimeout()Get Peer idle timeout period. | 
| Long | getPeerLatency()Get Peer latency. | 
| Long | getRecvLatency()Get Receive latency. | 
| OutputSRTSourceAddressResp[] | getSourceAddresses()Get The server’s listen address, which is valid if `Mode` is `LISTENER`. | 
| String | getStreamId()Get Stream ID. | 
| void | setDestinations(SRTAddressDestination[] Destinations)Set A list of the destination addresses for relay. | 
| void | setLatency(Long Latency)Set Latency. | 
| void | setMode(String Mode)Set The SRT mode. | 
| void | setPassphrase(String Passphrase)Set Encryption key. | 
| void | setPbKeyLen(Long PbKeyLen)Set Encryption key length. | 
| void | setPeerIdleTimeout(Long PeerIdleTimeout)Set Peer idle timeout period. | 
| void | setPeerLatency(Long PeerLatency)Set Peer latency. | 
| void | setRecvLatency(Long RecvLatency)Set Receive latency. | 
| void | setSourceAddresses(OutputSRTSourceAddressResp[] SourceAddresses)Set The server’s listen address, which is valid if `Mode` is `LISTENER`. | 
| void | setStreamId(String StreamId)Set Stream ID. | 
| 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, toJsonStringpublic DescribeOutputSRTSettings()
public DescribeOutputSRTSettings(DescribeOutputSRTSettings source)
public SRTAddressDestination[] getDestinations()
public void setDestinations(SRTAddressDestination[] Destinations)
Destinations - A list of the destination addresses for relay. This parameter is valid if `Mode` is `CALLER`.
Note: This field may return `null`, indicating that no valid value can be obtained.public String getStreamId()
public void setStreamId(String StreamId)
StreamId - Stream ID.
Note: this field may return null, indicating that no valid values can be obtained.public Long getLatency()
public void setLatency(Long Latency)
Latency - Latency.
Note: this field may return null, indicating that no valid values can be obtained.public Long getRecvLatency()
public void setRecvLatency(Long RecvLatency)
RecvLatency - Receive latency.
Note: this field may return null, indicating that no valid values can be obtained.public Long getPeerLatency()
public void setPeerLatency(Long PeerLatency)
PeerLatency - Peer latency.
Note: this field may return null, indicating that no valid values can be obtained.public Long getPeerIdleTimeout()
public void setPeerIdleTimeout(Long PeerIdleTimeout)
PeerIdleTimeout - Peer idle timeout period.
Note: this field may return null, indicating that no valid values can be obtained.public String getPassphrase()
public void setPassphrase(String Passphrase)
Passphrase - Encryption key.
Note: this field may return null, indicating that no valid values can be obtained.public Long getPbKeyLen()
public void setPbKeyLen(Long PbKeyLen)
PbKeyLen - Encryption key length.
Note: this field may return null, indicating that no valid values can be obtained.public String getMode()
public void setMode(String Mode)
Mode - The SRT mode.
Note: This field may return `null`, indicating that no valid value can be obtained.public OutputSRTSourceAddressResp[] getSourceAddresses()
public void setSourceAddresses(OutputSRTSourceAddressResp[] SourceAddresses)
SourceAddresses - The server’s listen address, which is valid if `Mode` is `LISTENER`.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.