Class PlayerErrorOccurredEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
3

Provides data for the ErrorOccurred event.

C#
Copy
public class PlayerErrorOccurredEventArgs : EventArgs
Inheritance
System.Object
PlayerErrorOccurredEventArgs

Constructors

View Source

PlayerErrorOccurredEventArgs(PlayerError)

Initializes a new instance of the PlayerErrorOccurredEventArgs class.

Declaration
C#
Copy
public PlayerErrorOccurredEventArgs(PlayerError error)
Parameters
Type Name Description
PlayerError error

The value indicating the kind of error occurred.

API Level: 3

Properties

View Source

Error

Gets the error.

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

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 3