SccDestinationFramerate enum
Set Framerate (SccDestinationFramerate) 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 (FRAMERATE_29_97_DROPFRAME) only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe (FRAMERATE_29_97_NON_DROPFRAME).
Values
- framerate_23_97 → const SccDestinationFramerate
- framerate_24 → const SccDestinationFramerate
- framerate_25 → const SccDestinationFramerate
- framerate_29_97Dropframe → const SccDestinationFramerate
- framerate_29_97NonDropframe → const SccDestinationFramerate
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SccDestinationFramerate> - A constant List of the values in this enum, in order of their declaration.