Enum RecorderError

Definition

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

Specifies errors for Recorder.

C#
Copy
public enum RecorderError
Name Description
DeviceError

Device Error.

Esd

ESD situation.

InternalError

Internal error.

OutOfMemory

Out of memory.

OutOfStorage

Out of storage or the storage has been removed while recording.

See Also