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