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