RecorderStatus Enumeration
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum RecorderStatus
Public Enumeration RecorderStatus
Dim instance As RecorderStatus
public enum class RecorderStatus
No code example is currently available or this language may not be supported.
Empty |
0 |
The recorder is stopped and there is no audio recorded.
|
Stopped |
1 |
The recorder is stopped.
|
Recording |
2 |
The recorder is recording audio.
|