@Generated(value="software.amazon.awssdk:codegen") public class UdpGroupSettings extends Object implements StructuredPojo, ToCopyableBuilder<UdpGroupSettings.Builder,UdpGroupSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UdpGroupSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UdpGroupSettings.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputLossActionForUdpOut |
inputLossAction()
Specifies behavior of last resort when input video is lost, and no more backup inputs are available.
|
String |
inputLossActionAsString()
Specifies behavior of last resort when input video is lost, and no more backup inputs are available.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends UdpGroupSettings.Builder> |
serializableBuilderClass() |
UdpTimedMetadataId3Frame |
timedMetadataId3Frame()
Indicates ID3 frame that has the timecode.
|
String |
timedMetadataId3FrameAsString()
Indicates ID3 frame that has the timecode.
|
Integer |
timedMetadataId3Period()
Timed Metadata interval in seconds.
|
UdpGroupSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic InputLossActionForUdpOut inputLossAction()
If the service returns an enum value that is not available in the current SDK version, inputLossAction
will return InputLossActionForUdpOut.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from inputLossActionAsString().
InputLossActionForUdpOutpublic String inputLossActionAsString()
If the service returns an enum value that is not available in the current SDK version, inputLossAction
will return InputLossActionForUdpOut.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from inputLossActionAsString().
InputLossActionForUdpOutpublic UdpTimedMetadataId3Frame timedMetadataId3Frame()
If the service returns an enum value that is not available in the current SDK version,
timedMetadataId3Frame will return UdpTimedMetadataId3Frame.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from timedMetadataId3FrameAsString().
UdpTimedMetadataId3Framepublic String timedMetadataId3FrameAsString()
If the service returns an enum value that is not available in the current SDK version,
timedMetadataId3Frame will return UdpTimedMetadataId3Frame.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from timedMetadataId3FrameAsString().
UdpTimedMetadataId3Framepublic Integer timedMetadataId3Period()
public UdpGroupSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UdpGroupSettings.Builder,UdpGroupSettings>public static UdpGroupSettings.Builder builder()
public static Class<? extends UdpGroupSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.