Datatype explaining what is needed to play a audio file.

interface AudioFile {
    enabled: boolean;
    track: AudioFileTrack;
}

Properties

Properties

enabled: boolean
track: AudioFileTrack