Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cueshit/cuesheet.ts>Cue

Convert between different cue sheet / chapter / tracklist formats
Latest
interface Cue
import { type Cue } from "https://deno.land/x/cueshit@v0.7.0/cuesheet.ts";

Representation of a cue (aka chapter / track).

Properties

position: number

Position of the cue in a list.

title: string

Title of the cue.

timeOffset: number

Time offset of the cue (in seconds).

optional
performer: string

Performer of the title.

optional
duration: number

Duration of the cue (in seconds).

optional
mediaFile: string

Path to a media file to which the time offset relates. Overwrites CueSheet.mediaFile.