Class PlaybackStateUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the PlaybackStateUpdated event.
C#Copypublic class PlaybackStateUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPlaybackStateUpdatedEventArgs
Constructors
View Source
PlaybackStateUpdatedEventArgs(MediaControlPlaybackState, long)
Initializes a new instance of the PlaybackStateUpdatedEventArgs class.
Declaration
C#Copypublic PlaybackStateUpdatedEventArgs(MediaControlPlaybackState state, long position)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaControlPlaybackState | state | The playback state. |
| long | position | The playback position in milliseconds. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException |
|
| System.ArgumentOutOfRangeException |
|
Properties
Declaration
C#Copypublic long Position { get; }
Property Value
| Type | Description |
|---|---|
| long |
Declaration
C#Copypublic MediaControlPlaybackState State { get; }
Property Value
| Type | Description |
|---|---|
| MediaControlPlaybackState |