@Generated(value="software.amazon.awssdk:codegen") public final class UdpOutputSettings extends Object implements StructuredPojo, ToCopyableBuilder<UdpOutputSettings.Builder,UdpOutputSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
UdpOutputSettings.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
bufferMsec()
UDP output buffering in milliseconds.
|
static UdpOutputSettings.Builder |
builder() |
UdpContainerSettings |
containerSettings()
Returns the value of the ContainerSettings property for this object.
|
OutputLocationRef |
destination()
Destination address and port number for RTP or UDP packets.
|
boolean |
equals(Object obj) |
FecOutputSettings |
fecOutputSettings()
Settings for enabling and adjusting Forward Error Correction on UDP outputs.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends UdpOutputSettings.Builder> |
serializableBuilderClass() |
UdpOutputSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer bufferMsec()
public UdpContainerSettings containerSettings()
public OutputLocationRef destination()
public FecOutputSettings fecOutputSettings()
public UdpOutputSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UdpOutputSettings.Builder,UdpOutputSettings>
public static UdpOutputSettings.Builder builder()
public static Class<? extends UdpOutputSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.