Class PlaybackStateUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Playback
public class PlaybackStateUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args PlaybackState Updated Event Args
Constructors
View SourcePlaybackStateUpdatedEventArgs(MediaControlPlaybackState, long)
Initializes a new instance of the Playback
Declaration
public PlaybackStateUpdatedEventArgs(MediaControlPlaybackState state, long position)
Parameters
Type | Name | Description |
---|---|---|
Media |
state | The playback state. |
long | position | The playback position in milliseconds. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
|
Properties
View SourcePosition
Gets the playback position in milliseconds.
Declaration
public long Position { get; }
Property Value
Type | Description |
---|---|
long |
State
Gets the playback state.
Declaration
public MediaControlPlaybackState State { get; }
Property Value
Type | Description |
---|---|
Media |