Modifier and Type | Field and Description |
---|---|
public static final RecordingState | CLOSED
The recording is closed and all resources that are associated with the recording are released. |
public static final RecordingState | DELAYED
The recording is scheduled to start with a start time in the future. |
public static final RecordingState | NEW
The initial state when a |
public static final RecordingState | RUNNING
The recording is recording data and an invocation of the |
public static final RecordingState | STOPPED
The recording is stopped and is holding recorded data that can be dumped to disk. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static RecordingState | |
public static RecordingState[] |
CLOSED | back to summary |
---|---|
public static final RecordingState CLOSED The recording is closed and all resources that are associated with the recording are released.
Nothing that can be done with a recording from this point, and it's
no longer retrievable from the |
DELAYED | back to summary |
---|---|
public static final RecordingState DELAYED The recording is scheduled to start with a start time in the future.
An invocation of the |
NEW | back to summary |
---|---|
public static final RecordingState NEW The initial state when a |
RUNNING | back to summary |
---|---|
public static final RecordingState RUNNING The recording is recording data and an invocation of the |
STOPPED | back to summary |
---|---|
public static final RecordingState STOPPED The recording is stopped and is holding recorded data that can be dumped to disk.
An invocation of the |
RecordingState | back to summary |
---|---|
private RecordingState() |
valueOf | back to summary |
---|---|
public static RecordingState valueOf(String name) |
values | back to summary |
---|---|
public static RecordingState[] values() |