Interface IAudioOptions

interface IAudioOptions {
    autoPlay?: boolean;
    loop?: boolean;
    muted?: boolean;
    src?: string;
}

Properties

autoPlay?: boolean
loop?: boolean
muted?: boolean
src?: string

Generated using TypeDoc