Interface MxfXavcProfileSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MxfXavcProfileSettings.Builder,
,MxfXavcProfileSettings> SdkBuilder<MxfXavcProfileSettings.Builder,
,MxfXavcProfileSettings> SdkPojo
- Enclosing class:
MxfXavcProfileSettings
@Mutable
@NotThreadSafe
public static interface MxfXavcProfileSettings.Builder
extends SdkPojo, CopyableBuilder<MxfXavcProfileSettings.Builder,MxfXavcProfileSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondurationMode
(String durationMode) To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance.durationMode
(MxfXavcDurationMode durationMode) To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance.maxAncDataSize
(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-