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