Class MediaCodecErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Media
Codec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
Provides data for the Error
public class MediaCodecErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args MediaCodec Error Occurred Event Args
Constructors
View SourceMediaCodecErrorOccurredEventArgs(MediaCodecError)
Initializes a new instance of the ErrorOccurredEventArgs class.
Declaration
public MediaCodecErrorOccurredEventArgs(MediaCodecError error)
Parameters
Type | Name | Description |
---|---|---|
Media |
error | The value representing the type of the error. |
Exceptions
Type | Condition |
---|---|
System. |
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 |
---|---|
Media |