Interface DocumentSettings

    interface DocumentSettings {
        frameRate: number;
        metadata?: Record<string, unknown>;
        resolution: { height: number; width: number };
    }

    Hierarchy (View Summary)

    Index
    frameRate: number

    The frames per second of the video

    metadata?: Record<string, unknown>
    resolution: { height: number; width: number }

    The width and height of the video