Enum RecorderState
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Recorder.dll
Specifies states for Recorder.
public enum RecorderState
Fields
| Name | Description |
|---|---|
| Idle | Recorder is created, but not prepared. |
| Paused | Recorder is paused while recording the media. |
| Ready | Recorder is ready to record. In case of a video recorder, preview display will be shown. |
| Recording | Recorder is recording the media. |