import * as cueshit from "https://deno.land/x/cueshit@v0.7.2/cuesheet.ts";
Variables
Fallback value for the duration of a cue (in seconds). While the duration is generally optional, some output formats require it. |
Interfaces
I Cue | Representation of a cue (aka chapter / track). |
Specification of a cue format. | |
Representation of a cue sheet, a list of cues. |
Type Aliases
Function which serializes a cue into a string. | |
Function which serializes a cue sheet into a string. | |
Function which extracts a cue sheet from a string. |