Interface WebcamSchema

Creates a recorder item for a webcam movie file, using the provided microphone and camera. Output is stored in a RecordKit bundle.

interface WebcamSchema {
    type: "webcam";
    filename?: string;
    camera: string | Camera;
    microphone: string | Microphone;
}

Properties

type: "webcam"
filename?: string
camera: string | Camera
microphone: string | Microphone

Generated using TypeDoc