public static interface SccDestinationSettings.Builder extends SdkPojo, CopyableBuilder<SccDestinationSettings.Builder,SccDestinationSettings>
| Modifier and Type | Method and Description |
|---|---|
SccDestinationSettings.Builder |
framerate(SccDestinationFramerate framerate)
Set Framerate to make sure that the captions and the video are synchronized in the output.
|
SccDestinationSettings.Builder |
framerate(String framerate)
Set Framerate to make sure that the captions and the video are synchronized in the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSccDestinationSettings.Builder framerate(String framerate)
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.SccDestinationFramerate,
SccDestinationFramerateSccDestinationSettings.Builder framerate(SccDestinationFramerate framerate)
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.SccDestinationFramerate,
SccDestinationFramerateCopyright © 2023. All rights reserved.