Hiyve Components - v1.0.0
    Preparing search index...

    Interface StreamingControlsIcons

    Custom icons for the StreamingControls component.

    All icons in the StreamingControls can be replaced with custom React nodes. This allows you to use any icon library or custom SVG icons.

    interface StreamingControlsIcons {
        live: ReactNode;
        saveMp4: ReactNode;
        settings: ReactNode;
        stop: ReactNode;
    }
    Index

    Properties

    live: ReactNode

    Go live icon

    saveMp4: ReactNode

    Create MP4 icon

    settings: ReactNode

    Settings/options icon

    stop: ReactNode

    Stop streaming icon