Skip to main content
Module

x/cueshit/cuesheet.ts>CueSheet

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

Representation of a cue sheet, a list of cues.

Properties

cues: Cue[]

List of cues, ordered by time offset.

optional
title: string

Title of the cue sheet.

optional
performer: string

Performer of the cue sheet.

optional
mediaFile: string

Path to a media file to which the time offsets relate.

optional
duration: number

Total duration of the media file (in seconds).