Signature
parseTimecode(value: string, options: TimecodeParseOptions = {}): number | nullParameters
| Name | Type | Description |
|---|---|---|
| value | string | User-entered timecode text. |
| options | TimecodeParseOptions | Optional rounding and frame-rate settings. |
Returns
number | null
Parsed seconds with the requested rounding, or `null` when invalid.