Signature
Interface TimecodeParseOptionsProperties
| Name | Signature | Description |
|---|---|---|
dropFrame? | dropFrame?: boolean | Requires semicolon drop-frame text when true, and rejects semicolon text when explicitly false. |
frameRate? | frameRate?: TimecodeFrameRate | Frame rate required when parsing `HH:MM:SS:FF` or `HH:MM:SS;FF`. |
rounding? | rounding?: TimecodeParseRounding | Optional 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. |