Loom Engine - v3.1.1
    Preparing search index...

    Interface GhostStartRecordingOptions

    interface GhostStartRecordingOptions {
        sampleRateMs?: number;
        maxFrames?: number;
        label?: string;
    }
    Index

    Properties

    sampleRateMs?: number
    maxFrames?: number
    label?: string