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