@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SrtCallerSourceRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SrtCallerSourceRequest() |
Modifier and Type | Method and Description |
---|---|
SrtCallerSourceRequest |
clone() |
boolean |
equals(Object obj) |
SrtCallerDecryptionRequest |
getDecryption() |
Integer |
getMinimumLatency()
The preferred latency (in milliseconds) for implementing packet loss and recovery.
|
String |
getSrtListenerAddress()
The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
String |
getSrtListenerPort()
The port at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
String |
getStreamId()
This value is required if the upstream system uses this identifier because without it, the SRT handshake between
MediaLive (the caller) and the upstream system (the listener) might fail.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDecryption(SrtCallerDecryptionRequest decryption) |
void |
setMinimumLatency(Integer minimumLatency)
The preferred latency (in milliseconds) for implementing packet loss and recovery.
|
void |
setSrtListenerAddress(String srtListenerAddress)
The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
void |
setSrtListenerPort(String srtListenerPort)
The port at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
void |
setStreamId(String streamId)
This value is required if the upstream system uses this identifier because without it, the SRT handshake between
MediaLive (the caller) and the upstream system (the listener) might fail.
|
String |
toString()
Returns a string representation of this object.
|
SrtCallerSourceRequest |
withDecryption(SrtCallerDecryptionRequest decryption) |
SrtCallerSourceRequest |
withMinimumLatency(Integer minimumLatency)
The preferred latency (in milliseconds) for implementing packet loss and recovery.
|
SrtCallerSourceRequest |
withSrtListenerAddress(String srtListenerAddress)
The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
SrtCallerSourceRequest |
withSrtListenerPort(String srtListenerPort)
The port at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
SrtCallerSourceRequest |
withStreamId(String streamId)
This value is required if the upstream system uses this identifier because without it, the SRT handshake between
MediaLive (the caller) and the upstream system (the listener) might fail.
|
public void setDecryption(SrtCallerDecryptionRequest decryption)
decryption
- public SrtCallerDecryptionRequest getDecryption()
public SrtCallerSourceRequest withDecryption(SrtCallerDecryptionRequest decryption)
decryption
- public void setMinimumLatency(Integer minimumLatency)
minimumLatency
- The preferred latency (in milliseconds) for implementing packet loss and recovery. Packet recovery is a
key feature of SRT. Obtain this value from the operator at the upstream system.public Integer getMinimumLatency()
public SrtCallerSourceRequest withMinimumLatency(Integer minimumLatency)
minimumLatency
- The preferred latency (in milliseconds) for implementing packet loss and recovery. Packet recovery is a
key feature of SRT. Obtain this value from the operator at the upstream system.public void setSrtListenerAddress(String srtListenerAddress)
srtListenerAddress
- The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.public String getSrtListenerAddress()
public SrtCallerSourceRequest withSrtListenerAddress(String srtListenerAddress)
srtListenerAddress
- The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.public void setSrtListenerPort(String srtListenerPort)
srtListenerPort
- The port at the upstream system (the listener) that MediaLive (the caller) will connect to.public String getSrtListenerPort()
public SrtCallerSourceRequest withSrtListenerPort(String srtListenerPort)
srtListenerPort
- The port at the upstream system (the listener) that MediaLive (the caller) will connect to.public void setStreamId(String streamId)
streamId
- This value is required if the upstream system uses this identifier because without it, the SRT handshake
between MediaLive (the caller) and the upstream system (the listener) might fail.public String getStreamId()
public SrtCallerSourceRequest withStreamId(String streamId)
streamId
- This value is required if the upstream system uses this identifier because without it, the SRT handshake
between MediaLive (the caller) and the upstream system (the listener) might fail.public String toString()
toString
in class Object
Object.toString()
public SrtCallerSourceRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.