Interface

TimecodeParseOptions

Options for parsing editable timecode text into seconds.

Signature

Type Definition
Interface TimecodeParseOptions

Properties

NameSignatureDescription
dropFrame?dropFrame?: booleanRequires semicolon drop-frame text when true, and rejects semicolon text when explicitly false.
frameRate?frameRate?: TimecodeFrameRateFrame rate required when parsing `HH:MM:SS:FF` or `HH:MM:SS;FF`.
rounding?rounding?: TimecodeParseRoundingOptional rounding policy applied after parsing decimal timecode forms. Defaults to `none` so timeline consumers can convert with `fromSeconds` and let `RationalTime` perform the final tick rounding at the app's chosen timebase.