Class PlaybackStateUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 4
Provides data for the PlaybackStateUpdated event.
public class PlaybackStateUpdatedEventArgs : EventArgs
- Inheritance
Constructors
View SourcePlaybackStateUpdatedEventArgs(MediaControlPlaybackState, Int64)
Initializes a new instance of the PlaybackStateUpdatedEventArgs class.
Declaration
public PlaybackStateUpdatedEventArgs(MediaControlPlaybackState state, long position)
Parameters
Type | Name | Description |
---|---|---|
MediaControlPlaybackState | state | The playback state. |
Int64 | position | The playback position in milliseconds. |
Exceptions
Type | Condition |
---|---|
ArgumentException |
|
ArgumentOutOfRangeException |
|
API Level: 4
Properties
View SourcePosition
Gets the playback position in milliseconds.
Declaration
public long Position { get; }
Property Value
Type | Description |
---|---|
Int64 |
API Level: 4
View SourceState
Gets the playback state.
Declaration
public MediaControlPlaybackState State { get; }
Property Value
Type | Description |
---|---|
MediaControlPlaybackState |