RecorderStatus Enumeration

Specifies the state of a WaveRecorder instance.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum RecorderStatus

Members

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.

See Also