Class RecordingErrorOccurredEventArgs

Definition

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

Provides data for the ErrorOccurred event.

C#
Copy
public class RecordingErrorOccurredEventArgs : EventArgs
Inheritance
RecordingErrorOccurredEventArgs

Properties

View Source

Error

Gets the error.

Declaration
C#
Copy
public RecorderError Error { get; }
Property Value
Type Description
RecorderError
API Level: 3