Class StreamRecorderErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.StreamRecorder.dll
Provides data for the ErrorOccurred event.
[Obsolete("Deprecated in API10; Will be removed in API12")]
public class StreamRecorderErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStreamRecorderErrorOccurredEventArgs
Properties
View SourceError
Gets the error code.
Declaration
[Obsolete("Deprecated in API10; Will be removed in API12")]
public StreamRecorderError Error { get; }
Property Value
Type | Description |
---|---|
StreamRecorderError |
State
Gets the state of the recorder.
Declaration
[Obsolete("Deprecated in API10; Will be removed in API12")]
public RecorderState State { get; }
Property Value
Type | Description |
---|---|
RecorderState |