Hiyve Components - v1.0.0
    Preparing search index...
    interface GainAnalyserProps {
        audioAnalyser?: AnalyserNode | null;
        colors?: MediaPlayerColors;
        direction?: "left" | "center" | "right";
        gainNode?: GainNode | null;
    }
    Index

    Properties

    audioAnalyser?: AnalyserNode | null
    direction?: "left" | "center" | "right"
    gainNode?: GainNode | null