@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() |
copy
public 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()
.
InputLossActionForUdpOut
public 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()
.
InputLossActionForUdpOut
public 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()
.
UdpTimedMetadataId3Frame
public 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()
.
UdpTimedMetadataId3Frame
public Integer timedMetadataId3Period()
public UdpGroupSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.