Hiyve Components - v1.0.0
    Preparing search index...
    interface RateMixerPopupProps {
        colors?: MediaPlayerColors;
        labels: MediaPlayerLabels;
        onPlaybackRateChange: (rate: number) => void;
        playbackRate: number;
        rightPosition: number | null;
        show: boolean;
    }
    Index

    Properties

    onPlaybackRateChange: (rate: number) => void
    playbackRate: number
    rightPosition: number | null
    show: boolean