Interface

ParseTimecodeToRationalTimeOptions

Options for parsing editable timecode text into `RationalTime`.

Signature

Type Definition
Interface ParseTimecodeToRationalTimeOptions

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.
timebase?timebase?: numberTick rate used for the returned rational time. Defaults to `60000`, matching `fromSeconds`.