Function

formatRationalTimecode

Formats a `RationalTime` as editable timecode text.

Signature

Type Definition
formatRationalTimecode(time: RationalTime, options: TimecodeFormatOptions = {}): string

Parameters

NameTypeDescription
timeRationalTimeRational timeline time to format.
optionsTimecodeFormatOptionsOptional output shape and frame-rate settings.

Returns

string

Timecode text suitable for timeline UI.