Variable AudioDecoder

AudioDecoder: {
    prototype: AudioDecoder;
    isConfigSupported(config) => Promise<AudioDecoderSupport>;
    new (init): AudioDecoder;
}

Type declaration