Signature
formatTimelineRangeValue(start: number | RationalTime | undefined, end: number | RationalTime | undefined, options: TimelineRangeValueFormatOptions = {}): stringParameters
| Name | Type | Description |
|---|---|---|
| start | number | RationalTime | undefined | Range start time, as rational time or decimal seconds. |
| end | number | RationalTime | undefined | Range end time, as rational time or decimal seconds. |
| options | TimelineRangeValueFormatOptions | Optional precision and duration display settings. |
Returns
string