Class MediaCodecErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia.MediaCodec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
- API Level:
- 3
Provides data for the ErrorOccurred event.
C#Copypublic class MediaCodecErrorOccurredEventArgs : EventArgs
- Inheritance
Constructors
View Source
MediaCodecErrorOccurredEventArgs(MediaCodecError)
Initializes a new instance of the ErrorOccurredEventArgs class.
Declaration
C#Copypublic MediaCodecErrorOccurredEventArgs(MediaCodecError error)
Parameters
Type | Name | Description |
---|---|---|
MediaCodecError | error | The value representing the type of the error. |
API Level: 3
Properties
Declaration
C#Copypublic MediaCodecError Error { get; }
Property Value
Type | Description |
---|---|
MediaCodecError |