Class MediaCodecErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Media
Codec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
Provides data for the Error
C#
Copy
public class MediaCodecErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args MediaCodec Error Occurred Event Args
Constructors
View Source
MediaCodecErrorOccurredEventArgs(MediaCodecError)
Initializes a new instance of the ErrorOccurredEventArgs class.
Declaration
C#
Copy
public MediaCodecErrorOccurredEventArgs(MediaCodecError error)
Parameters
Type | Name | Description |
---|---|---|
Media |
error | The value representing the type of the error. |
Properties
Declaration
C#
Copy
public MediaCodecError Error { get; }
Property Value
Type | Description |
---|---|
Media |