@byomakase/omakase-player
    Preparing search index...

    Interface VuMeterApi

    interface VuMeterApi {
        get config(): VuMeterConfig;
        setConfig(config: Partial<VuMeterConfig>): void;
        setSource(source: AudioLevelSourceApi): void;
    }

    Implemented by

    Index

    Accessors

    Methods

    Accessors

    Methods

    • Sets the configuration for VU Meter.

      Parameters

      • config: Partial<VuMeterConfig>

        Partial configuration for the VU Meter. Only the provided properties will be updated, and the rest will remain unchanged.

      Returns void