Interface SccDestinationSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SccDestinationSettings.Builder,SccDestinationSettings>,SdkBuilder<SccDestinationSettings.Builder,SccDestinationSettings>,SdkPojo
- Enclosing class:
- SccDestinationSettings
public static interface SccDestinationSettings.Builder extends SdkPojo, CopyableBuilder<SccDestinationSettings.Builder,SccDestinationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SccDestinationSettings.Builderframerate(String framerate)Set Framerate to make sure that the captions and the video are synchronized in the output.SccDestinationSettings.Builderframerate(SccDestinationFramerate framerate)Set Framerate to make sure that the captions and the video are synchronized in the output.-
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
-
framerate
SccDestinationSettings.Builder framerate(String framerate)
Set Framerate to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.- Parameters:
framerate- Set Framerate to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SccDestinationFramerate,SccDestinationFramerate
-
framerate
SccDestinationSettings.Builder framerate(SccDestinationFramerate framerate)
Set Framerate to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.- Parameters:
framerate- Set Framerate to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SccDestinationFramerate,SccDestinationFramerate
-
-