@Generated(value="software.amazon.awssdk:codegen") public final class MxfXavcProfileSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MxfXavcProfileSettings.Builder,MxfXavcProfileSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MxfXavcProfileSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MxfXavcProfileSettings.Builder |
builder() |
MxfXavcDurationMode |
durationMode()
To create an output that complies with the XAVC file format guidelines for interoperability, keep the default
value, Drop frames for compliance.
|
String |
durationModeAsString()
To create an output that complies with the XAVC file format guidelines for interoperability, keep the default
value, Drop frames for compliance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxAncDataSize()
Specify a value for this setting only for outputs that you set up with one of these two XAVC profiles: XAVC HD
Intra CBG or XAVC 4K Intra CBG.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MxfXavcProfileSettings.Builder> |
serializableBuilderClass() |
MxfXavcProfileSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MxfXavcDurationMode durationMode()
If the service returns an enum value that is not available in the current SDK version, durationMode will
return MxfXavcDurationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from durationModeAsString().
MxfXavcDurationModepublic final String durationModeAsString()
If the service returns an enum value that is not available in the current SDK version, durationMode will
return MxfXavcDurationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from durationModeAsString().
MxfXavcDurationModepublic final Integer maxAncDataSize()
public MxfXavcProfileSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MxfXavcProfileSettings.Builder,MxfXavcProfileSettings>public static MxfXavcProfileSettings.Builder builder()
public static Class<? extends MxfXavcProfileSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.