Interface MovSettings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MovSettings.Builder,MovSettings>
,SdkBuilder<MovSettings.Builder,MovSettings>
,SdkPojo
- Enclosing class:
- MovSettings
public static interface MovSettings.Builder extends SdkPojo, CopyableBuilder<MovSettings.Builder,MovSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MovSettings.Builder
clapAtom(String clapAtom)
When enabled, include 'clap' atom if appropriate for the video output settings.MovSettings.Builder
clapAtom(MovClapAtom clapAtom)
When enabled, include 'clap' atom if appropriate for the video output settings.MovSettings.Builder
cslgAtom(String 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.MovSettings.Builder
cslgAtom(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.MovSettings.Builder
mpeg2FourCCControl(String mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.MovSettings.Builder
mpeg2FourCCControl(MovMpeg2FourCCControl mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.MovSettings.Builder
paddingControl(String paddingControl)
Unless you need Omneon compatibility: Keep the default value, None.MovSettings.Builder
paddingControl(MovPaddingControl paddingControl)
Unless you need Omneon compatibility: Keep the default value, None.MovSettings.Builder
reference(String reference)
Always keep the default value (SELF_CONTAINED) for this setting.MovSettings.Builder
reference(MovReference reference)
Always keep the default value (SELF_CONTAINED) for this setting.-
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, sdkFields
-
-
-
-
Method Detail
-
clapAtom
MovSettings.Builder clapAtom(String clapAtom)
When enabled, include 'clap' atom if appropriate for the video output settings.- Parameters:
clapAtom
- When enabled, include 'clap' atom if appropriate for the video output settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovClapAtom
,MovClapAtom
-
clapAtom
MovSettings.Builder clapAtom(MovClapAtom clapAtom)
When enabled, include 'clap' atom if appropriate for the video output settings.- Parameters:
clapAtom
- When enabled, include 'clap' atom if appropriate for the video output settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovClapAtom
,MovClapAtom
-
cslgAtom
MovSettings.Builder cslgAtom(String 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. This improves compatibility with Apple players and tools.- Parameters:
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. This improves compatibility with Apple players and tools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovCslgAtom
,MovCslgAtom
-
cslgAtom
MovSettings.Builder cslgAtom(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. This improves compatibility with Apple players and tools.- Parameters:
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. This improves compatibility with Apple players and tools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovCslgAtom
,MovCslgAtom
-
mpeg2FourCCControl
MovSettings.Builder mpeg2FourCCControl(String mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.- Parameters:
mpeg2FourCCControl
- When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovMpeg2FourCCControl
,MovMpeg2FourCCControl
-
mpeg2FourCCControl
MovSettings.Builder mpeg2FourCCControl(MovMpeg2FourCCControl mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.- Parameters:
mpeg2FourCCControl
- When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovMpeg2FourCCControl
,MovMpeg2FourCCControl
-
paddingControl
MovSettings.Builder paddingControl(String paddingControl)
Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.- Parameters:
paddingControl
- Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovPaddingControl
,MovPaddingControl
-
paddingControl
MovSettings.Builder paddingControl(MovPaddingControl paddingControl)
Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.- Parameters:
paddingControl
- Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovPaddingControl
,MovPaddingControl
-
reference
MovSettings.Builder reference(String reference)
Always keep the default value (SELF_CONTAINED) for this setting.- Parameters:
reference
- Always keep the default value (SELF_CONTAINED) for this setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovReference
,MovReference
-
reference
MovSettings.Builder reference(MovReference reference)
Always keep the default value (SELF_CONTAINED) for this setting.- Parameters:
reference
- Always keep the default value (SELF_CONTAINED) for this setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MovReference
,MovReference
-
-