@Generated(value="software.amazon.awssdk:codegen") public final class MovSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MovSettings.Builder,MovSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MovSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MovSettings.Builder |
builder() |
MovClapAtom |
clapAtom()
When enabled, include 'clap' atom if appropriate for the video output settings.
|
String |
clapAtomAsString()
When enabled, include 'clap' atom if appropriate for the video output settings.
|
MovCslgAtom |
cslgAtom()
When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to
sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included
per 14496-1 amendment 1.
|
String |
cslgAtomAsString()
When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to
sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included
per 14496-1 amendment 1.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MovMpeg2FourCCControl |
mpeg2FourCCControl()
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
|
String |
mpeg2FourCCControlAsString()
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
|
MovPaddingControl |
paddingControl()
Unless you need Omneon compatibility: Keep the default value, None.
|
String |
paddingControlAsString()
Unless you need Omneon compatibility: Keep the default value, None.
|
MovReference |
reference()
Always keep the default value (SELF_CONTAINED) for this setting.
|
String |
referenceAsString()
Always keep the default value (SELF_CONTAINED) for this setting.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MovSettings.Builder> |
serializableBuilderClass() |
MovSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MovClapAtom clapAtom()
If the service returns an enum value that is not available in the current SDK version, clapAtom will
return MovClapAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clapAtomAsString().
MovClapAtompublic final String clapAtomAsString()
If the service returns an enum value that is not available in the current SDK version, clapAtom will
return MovClapAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clapAtomAsString().
MovClapAtompublic final MovCslgAtom cslgAtom()
If the service returns an enum value that is not available in the current SDK version, cslgAtom will
return MovCslgAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
cslgAtomAsString().
MovCslgAtompublic final String cslgAtomAsString()
If the service returns an enum value that is not available in the current SDK version, cslgAtom will
return MovCslgAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
cslgAtomAsString().
MovCslgAtompublic final MovMpeg2FourCCControl mpeg2FourCCControl()
If the service returns an enum value that is not available in the current SDK version,
mpeg2FourCCControl will return MovMpeg2FourCCControl.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from mpeg2FourCCControlAsString().
MovMpeg2FourCCControlpublic final String mpeg2FourCCControlAsString()
If the service returns an enum value that is not available in the current SDK version,
mpeg2FourCCControl will return MovMpeg2FourCCControl.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from mpeg2FourCCControlAsString().
MovMpeg2FourCCControlpublic final MovPaddingControl paddingControl()
If the service returns an enum value that is not available in the current SDK version, paddingControl
will return MovPaddingControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from paddingControlAsString().
MovPaddingControlpublic final String paddingControlAsString()
If the service returns an enum value that is not available in the current SDK version, paddingControl
will return MovPaddingControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from paddingControlAsString().
MovPaddingControlpublic final MovReference reference()
If the service returns an enum value that is not available in the current SDK version, reference will
return MovReference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
referenceAsString().
MovReferencepublic final String referenceAsString()
If the service returns an enum value that is not available in the current SDK version, reference will
return MovReference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
referenceAsString().
MovReferencepublic MovSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MovSettings.Builder,MovSettings>public static MovSettings.Builder builder()
public static Class<? extends MovSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.