Hiyve Components - v1.0.0
    Preparing search index...
    interface GainMixerPopupProps {
        colors?: MediaPlayerColors;
        externalAudioSource?: ExternalAudioSource;
        gainNode: GainNode | null;
        labels: MediaPlayerLabels;
        rightPosition: number | null;
        show: boolean;
    }
    Index

    Properties

    externalAudioSource?: ExternalAudioSource
    gainNode: GainNode | null
    rightPosition: number | null
    show: boolean