WebIDLpedia

ConstantSourceNode interface

Definition

Web Audio API defines ConstantSourceNode



[Exposed=Window]
interface ConstantSourceNode : AudioScheduledSourceNode {
    constructor (BaseAudioContext context, optional ConstantSourceOptions options = {});
    readonly attribute AudioParam offset;
};

Methods and attributes that return objects implementing ConstantSourceNode

Referring IDL interfaces/dictionaries