Interface AudioDecoderSupport

    interface AudioDecoderSupport {
        config: AudioDecoderConfig;
        supported: boolean;
    }

    Properties

    Properties

    supported: boolean