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 Push destination address information list. | 
| Long | getLatency()Get Latency. | 
| 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. | 
| String | getStreamId()Get Stream ID. | 
| void | setDestinations(SRTAddressDestination[] Destinations)Set Push destination address information list. | 
| void | setLatency(Long Latency)Set Latency. | 
| 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 | 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 - Push destination address information list.
Note: this field may return null, indicating that no valid values 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.Copyright © 2021. All rights reserved.