Interface StartVideoRecordingOptions

interface StartVideoRecordingOptions {
    frameRate?: number;
}

Properties

Properties

frameRate?: number