rapid-render
    Preparing search index...

    Interface ISound

    interface ISound {
        element: HTMLAudioElement;
        gainNode: GainNode;
        source: null | MediaElementAudioSourceNode;
    }
    Index

    Properties

    element: HTMLAudioElement
    gainNode: GainNode
    source: null | MediaElementAudioSourceNode