Enum RecorderState

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Recorder.dll
API Level:
3

Specifies states for Recorder.

C#
Copy
public enum RecorderState
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.