RecordingState

Enumerates possible recording states of an InputRecordingDevice.

Values

ValueMeaning
NotRecording

The InputRecordingDevice is not recording.

FirstFrame

The InputRecordingDevice about to start recording.

InputRecordingDevice doesn't record the first frame after a startRecording() call to avoid recording the input that caused the recording to start.

Recording

The InputRecordingDevice is recording.

Meta