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