Class PlaybackInterruptedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
Provides data for the PlaybackInterrupted event.
C#Copypublic class PlaybackInterruptedEventArgs : EventArgs
- Inheritance
Constructors
View Source
PlaybackInterruptedEventArgs(PlaybackInterruptionReason)
Initializes a new instance of the PlaybackInterruptedEventArgs class.
Declaration
C#Copypublic PlaybackInterruptedEventArgs(PlaybackInterruptionReason reason)
Parameters
Type | Name | Description |
---|---|---|
PlaybackInterruptionReason | reason | The enum value indicating the reason. |
API Level: 3
Properties
Declaration
C#Copypublic PlaybackInterruptionReason Reason { get; }
Property Value
Type | Description |
---|---|
PlaybackInterruptionReason |
API Level: 3
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()