Class PlaybackPositionCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 5
Provides data for the PlaybackPositionCommandReceived event.
public class PlaybackPositionCommandReceivedEventArgs : EventArgs
- Inheritance
Constructors
View SourcePlaybackPositionCommandReceivedEventArgs(PlaybackPositionCommand)
Initializes a new instance of the PlaybackPositionCommandReceivedEventArgs class.
Declaration
public PlaybackPositionCommandReceivedEventArgs(PlaybackPositionCommand command)
Parameters
Type | Name | Description |
---|---|---|
PlaybackPositionCommand | command | The playback position command. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
API Level: 5
Properties
View SourceCommand
Gets the PlaybackPositionCommand.
Declaration
public PlaybackPositionCommand Command { get; }
Property Value
Type | Description |
---|---|
PlaybackPositionCommand |