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