Interface MusicTrackDefinition

interface MusicTrackDefinition {
    audioPath: string;
    loopPoint?: number;
}

Hierarchy (view full)

Properties

audioPath: string
loopPoint?: number