Enum RecordingLimitType

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Recorder.dll

Specifies types of the recording limit for Recorder.

C#
Copy
public enum RecordingLimitType
Name Description
Size

Size limit in KB(KiloBytes) of the recording file.

Space

No free space in the storage.

Time

Time limit in seconds of the recording file

See Also