@Generated(value="software.amazon.awssdk:codegen") public final class UdpGroupSettings extends Object implements SdkPojo, Serializable, 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.
|
List<SdkField<?>> |
sdkFields() |
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.