Class PlayerErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides data for the ErrorOccurred event.
C#Copypublic class PlayerErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPlayerErrorOccurredEventArgs
Constructors
View Source
PlayerErrorOccurredEventArgs(PlayerError)
Initializes a new instance of the PlayerErrorOccurredEventArgs class.
Declaration
C#Copypublic PlayerErrorOccurredEventArgs(PlayerError error)
Parameters
| Type | Name | Description |
|---|---|---|
| PlayerError | error | The value indicating the kind of error occurred. |
Properties
Declaration
C#Copypublic PlayerError Error { get; }
Property Value
| Type | Description |
|---|---|
| PlayerError |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()