Class MxfXavcProfileSettings

java.lang.Object
software.amazon.awssdk.services.mediaconvert.model.MxfXavcProfileSettings
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<MxfXavcProfileSettings.Builder,MxfXavcProfileSettings>

@Generated("software.amazon.awssdk:codegen") public final class MxfXavcProfileSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MxfXavcProfileSettings.Builder,MxfXavcProfileSettings>
Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.
See Also:
  • Method Details

    • durationMode

      public final MxfXavcDurationMode durationMode()
      To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance. To include all frames from your input in this output, keep the default setting, Allow any duration. The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.

      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().

      Returns:
      To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance. To include all frames from your input in this output, keep the default setting, Allow any duration. The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.
      See Also:
    • durationModeAsString

      public final String durationModeAsString()
      To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance. To include all frames from your input in this output, keep the default setting, Allow any duration. The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.

      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().

      Returns:
      To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance. To include all frames from your input in this output, keep the default setting, Allow any duration. The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.
      See Also:
    • maxAncDataSize

      public final 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. Specify the amount of space in each frame that the service reserves for ancillary data, such as teletext captions. The default value for this setting is 1492 bytes per frame. This should be sufficient to prevent overflow unless you have multiple pages of teletext captions data. If you have a large amount of teletext data, specify a larger number.
      Returns:
      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. Specify the amount of space in each frame that the service reserves for ancillary data, such as teletext captions. The default value for this setting is 1492 bytes per frame. This should be sufficient to prevent overflow unless you have multiple pages of teletext captions data. If you have a large amount of teletext data, specify a larger number.
    • toBuilder

      public MxfXavcProfileSettings.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<MxfXavcProfileSettings.Builder,MxfXavcProfileSettings>
      Returns:
      a builder for type T
    • builder

      public static MxfXavcProfileSettings.Builder builder()
    • serializableBuilderClass

      public static Class<? extends MxfXavcProfileSettings.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.