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

    Interface UseClipRecorderOptions

    Options for useClipRecorder hook.

    interface UseClipRecorderOptions {
        maxDuration?: number;
        onError?: (error: Error) => void;
        timeSlice?: number;
    }
    Index

    Properties

    maxDuration?: number

    Maximum recording duration in seconds

    onError?: (error: Error) => void

    Error callback

    timeSlice?: number

    MediaRecorder time slice in ms for ondataavailable