public class CreateOutputSrtSettings extends AbstractModel
Constructor and Description |
---|
CreateOutputSrtSettings() |
CreateOutputSrtSettings(CreateOutputSrtSettings 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 |
---|---|
CreateOutputSrtSettingsDestinations[] |
getDestinations()
Get Push destination address.
|
Long |
getLatency()
Get Total latency of SRT push.
|
String |
getPassphrase()
Get Encryption key of SRT push.
|
Long |
getPbKeyLen()
Get Key length of SRT push.
|
Long |
getPeerIdleTimeout()
Get Peer idle timeout period of SRT push.
|
Long |
getPeerLatency()
Get Peer latency of SRT push.
|
Long |
getRecvLatency()
Get Receive latency of SRT push.
|
String |
getStreamId()
Get Stream ID of SRT push.
|
void |
setDestinations(CreateOutputSrtSettingsDestinations[] Destinations)
Set Push destination address.
|
void |
setLatency(Long Latency)
Set Total latency of SRT push.
|
void |
setPassphrase(String Passphrase)
Set Encryption key of SRT push.
|
void |
setPbKeyLen(Long PbKeyLen)
Set Key length of SRT push.
|
void |
setPeerIdleTimeout(Long PeerIdleTimeout)
Set Peer idle timeout period of SRT push.
|
void |
setPeerLatency(Long PeerLatency)
Set Peer latency of SRT push.
|
void |
setRecvLatency(Long RecvLatency)
Set Receive latency of SRT push.
|
void |
setStreamId(String StreamId)
Set Stream ID of SRT push.
|
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 CreateOutputSrtSettings()
public CreateOutputSrtSettings(CreateOutputSrtSettings source)
public CreateOutputSrtSettingsDestinations[] getDestinations()
public void setDestinations(CreateOutputSrtSettingsDestinations[] Destinations)
Destinations
- Push destination address. Please configure one or two addresses.public String getStreamId()
public void setStreamId(String StreamId)
StreamId
- Stream ID of SRT push.public Long getLatency()
public void setLatency(Long Latency)
Latency
- Total latency of SRT push.public Long getRecvLatency()
public void setRecvLatency(Long RecvLatency)
RecvLatency
- Receive latency of SRT push.public Long getPeerLatency()
public void setPeerLatency(Long PeerLatency)
PeerLatency
- Peer latency of SRT push.public Long getPeerIdleTimeout()
public void setPeerIdleTimeout(Long PeerIdleTimeout)
PeerIdleTimeout
- Peer idle timeout period of SRT push.public String getPassphrase()
public void setPassphrase(String Passphrase)
Passphrase
- Encryption key of SRT push.public Long getPbKeyLen()
public void setPbKeyLen(Long PbKeyLen)
PbKeyLen
- Key length of SRT push.Copyright © 2021. All rights reserved.