Class MediaCodecErrorOccurredEventArgs

Definition

Namespace:
Tizen.Multimedia.MediaCodec
Assembly:
Tizen.Multimedia.MediaCodec.dll
API Level:
3
Feature:
http://tizen.org/feature/multimedia.media_codec

Provides data for the ErrorOccurred event.

C#
Copy
public class MediaCodecErrorOccurredEventArgs : EventArgs
Inheritance
MediaCodecErrorOccurredEventArgs

Constructors

View Source

MediaCodecErrorOccurredEventArgs(MediaCodecError)

Initializes a new instance of the ErrorOccurredEventArgs class.

Declaration
C#
Copy
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.

API Level: 3
Feature: http://tizen.org/feature/multimedia.media_codec

Properties

View Source

Error

Gets the value indicating what kind of the error.

Declaration
C#
Copy
public MediaCodecError Error { get; }
Property Value
Type Description
MediaCodecError
API Level: 3