WebIDLpedia

AudioProcessingEvent interface

Definition

Web Audio API defines AudioProcessingEvent



[Exposed=Window]
interface AudioProcessingEvent : Event {
    constructor (DOMString type, AudioProcessingEventInit eventInitDict);
    readonly attribute double playbackTime;
    readonly attribute AudioBuffer inputBuffer;
    readonly attribute AudioBuffer outputBuffer;
};

Methods and attributes that return objects implementing AudioProcessingEvent