@elysiumoss/ui-capture - v0.1.1
    Preparing search index...

    Interface CaptureVideoConfig

    interface CaptureVideoConfig {
        waitTime: number;
        ffmpegPath: string;
        videoOptions: { duration: number; interactions: boolean };
    }
    Index

    Properties

    waitTime: number
    ffmpegPath: string
    videoOptions: { duration: number; interactions: boolean }