Class MediaCodecErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia.MediaCodec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
Provides data for the ErrorOccurred event.
public class MediaCodecErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMediaCodecErrorOccurredEventArgs
Constructors
View SourceMediaCodecErrorOccurredEventArgs(MediaCodecError)
Initializes a new instance of the ErrorOccurredEventArgs class.
Declaration
public MediaCodecErrorOccurredEventArgs(MediaCodecError error)
Parameters
Type | Name | Description |
---|---|---|
MediaCodecError | error | The value representing the type of the error. |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
Properties
View SourceError
Gets the value indicating what kind of the error.
Declaration
public MediaCodecError Error { get; }
Property Value
Type | Description |
---|---|
MediaCodecError |