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