RecorderState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The recorder's state.
public enum class RecorderState
public enum RecorderState
type RecorderState =
Public Enum RecorderState
- Inheritance
-
RecorderState
Fields
Name | Value | Description |
---|---|---|
Started | 0 | The recorder is recording. |
Stopped | 1 | The recorder is stopped. |
Paused | 2 | The recorder is paused. |