Type alias FormatTimeCodeSmpteOptions
Format
Time
Code
Smpte
Options
: { dropFrame
?: boolean; exceedingMode
?: "add" | "ignore" | "error"; frameSeparator
?: string; timeBase
?: number | string | TimeBaseInput; } & Omit<TimeCodeInputOptions, "dropFrame" | " frameSeparator">