@Generated(value="software.amazon.awssdk:codegen") public final class Transport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Transport.Builder,Transport>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Transport.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Transport.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxBitrate()
The smoothing max bitrate for RTP and RTP-FEC streams.
|
Integer |
maxLatency()
The maximum latency in milliseconds for Zixi-based streams.
|
Protocol |
protocol()
The protocol that is used by the source or output.
|
String |
protocolAsString()
The protocol that is used by the source or output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Transport.Builder> |
serializableBuilderClass() |
Integer |
smoothingLatency()
The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
String |
streamId()
The stream ID that you want to use for this transport.
|
Transport.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer maxBitrate()
public Integer maxLatency()
public Protocol protocol()
If the service returns an enum value that is not available in the current SDK version, protocol will
return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
Protocolpublic String protocolAsString()
If the service returns an enum value that is not available in the current SDK version, protocol will
return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
Protocolpublic Integer smoothingLatency()
public String streamId()
public Transport.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Transport.Builder,Transport>public static Transport.Builder builder()
public static Class<? extends Transport.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.