Class StreamRecorderErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.StreamRecorder.dll
Provides data for the ErrorOccurred event.
public class StreamRecorderErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStreamRecorderErrorOccurredEventArgs
Properties
View SourceError
Gets the error code.
Declaration
public StreamRecorderError Error { get; }
Property Value
Type | Description |
---|---|
StreamRecorderError |
State
Gets the state of the recorder.
Declaration
public RecorderState State { get; }
Property Value
Type | Description |
---|---|
RecorderState |