A-Tractor - v2.3.1
    Preparing search index...

    Interface IAudioSource

    Interface of the static audio source storage item.

    interface IAudioSource {
        audioContext: AudioContext;
        audioElement: HTMLMediaElement;
        mediaSource: MediaElementAudioSourceNode;
    }
    Index

    Properties

    audioContext: AudioContext

    Audio context for the audio data. more details

    audioElement: HTMLMediaElement

    Reference to the HTML audio element taken as the source of audio data.

    mediaSource: MediaElementAudioSourceNode

    The media source for the audio data. more details