@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Transport extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Transport() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxBitrate()
The smoothing max bitrate for RTP and RTP-FEC streams.
|
Integer |
getMaxLatency()
The maximum latency in milliseconds for Zixi-based streams.
|
String |
getProtocol()
The protocol that is used by the source or output.
|
Integer |
getSmoothingLatency()
The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
String |
getStreamId()
The stream ID that you want to use for this transport.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxBitrate(Integer maxBitrate)
The smoothing max bitrate for RTP and RTP-FEC streams.
|
void |
setMaxLatency(Integer maxLatency)
The maximum latency in milliseconds for Zixi-based streams.
|
void |
setProtocol(String protocol)
The protocol that is used by the source or output.
|
void |
setSmoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
void |
setStreamId(String streamId)
The stream ID that you want to use for this transport.
|
String |
toString()
Returns a string representation of this object.
|
Transport |
withMaxBitrate(Integer maxBitrate)
The smoothing max bitrate for RTP and RTP-FEC streams.
|
Transport |
withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds for Zixi-based streams.
|
Transport |
withProtocol(Protocol protocol)
The protocol that is used by the source or output.
|
Transport |
withProtocol(String protocol)
The protocol that is used by the source or output.
|
Transport |
withSmoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
Transport |
withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
public void setMaxBitrate(Integer maxBitrate)
maxBitrate - The smoothing max bitrate for RTP and RTP-FEC streams.public Integer getMaxBitrate()
public Transport withMaxBitrate(Integer maxBitrate)
maxBitrate - The smoothing max bitrate for RTP and RTP-FEC streams.public void setMaxLatency(Integer maxLatency)
maxLatency - The maximum latency in milliseconds for Zixi-based streams.public Integer getMaxLatency()
public Transport withMaxLatency(Integer maxLatency)
maxLatency - The maximum latency in milliseconds for Zixi-based streams.public void setProtocol(String protocol)
protocol - The protocol that is used by the source or output.Protocolpublic String getProtocol()
Protocolpublic Transport withProtocol(String protocol)
protocol - The protocol that is used by the source or output.Protocolpublic Transport withProtocol(Protocol protocol)
protocol - The protocol that is used by the source or output.Protocolpublic void setSmoothingLatency(Integer smoothingLatency)
smoothingLatency - The smoothing latency in milliseconds for RTP and RTP-FEC streams.public Integer getSmoothingLatency()
public Transport withSmoothingLatency(Integer smoothingLatency)
smoothingLatency - The smoothing latency in milliseconds for RTP and RTP-FEC streams.public void setStreamId(String streamId)
streamId - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.public String getStreamId()
public Transport withStreamId(String streamId)
streamId - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.