Class StreamRecorderErrorOccurredEventArgs

Definition

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

Provides data for the ErrorOccurred event.

C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")] public class StreamRecorderErrorOccurredEventArgs : EventArgs
Inheritance
System.Object
StreamRecorderErrorOccurredEventArgs

Properties

View Source

Error

Gets the error code.

Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")] public StreamRecorderError Error { get; }
Property Value
Type Description
StreamRecorderError
API Level: 4
View Source

State

Gets the state of the recorder.

Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")] public RecorderState State { get; }
Property Value
Type Description
RecorderState
API Level: 4