Signature
parseTimecodeToRationalTime(value: string, options: ParseTimecodeToRationalTimeOptions = {}): RationalTime | nullParameters
| Name | Type | Description |
|---|---|---|
| value | string | User-entered timecode text. |
| options | ParseTimecodeToRationalTimeOptions | Optional parse settings and output timebase. |
Returns
RationalTime | null
Rational timeline time, or `null` when the text is invalid.