Class PlayerErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides data for the Error
public class PlayerErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args PlayerError Occurred Event Args
Constructors
View SourcePlayerErrorOccurredEventArgs(PlayerError)
Initializes a new instance of the PlayerErrorOccurredEventArgs class.
Declaration
public PlayerErrorOccurredEventArgs(PlayerError error)
Parameters
Type | Name | Description |
---|---|---|
Player |
error | The value indicating the kind of error occurred. |
Properties
View SourceError
Gets the error.
Declaration
public PlayerError Error { get; }
Property Value
Type | Description |
---|---|
Player |
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()