Hiyve Components - v1.0.0
    Preparing search index...
    interface UseWaveformOptions {
        colors: MediaPlayerColors;
        containerId: string;
        enabled: boolean;
        mediaElement: HTMLMediaElement | null;
        onError?: (error: Error) => void;
        onReady?: (duration: number) => void;
        onTimeUpdate?: (time: number) => void;
    }
    Index

    Properties

    containerId: string
    enabled: boolean
    mediaElement: HTMLMediaElement | null
    onError?: (error: Error) => void
    onReady?: (duration: number) => void
    onTimeUpdate?: (time: number) => void