RecorderState Enum

Definition

The recorder's state.

public enum class RecorderState
public enum RecorderState
type RecorderState = 
Public Enum RecorderState
Inheritance
RecorderState

Fields

Paused 2

The recorder is paused.

Started 0

The recorder is recording.

Stopped 1

The recorder is stopped.

Applies to