Class PlaybackCommand
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to send playback command to media control server.
public sealed class PlaybackCommand : Command
- Inheritance
Constructors
View SourcePlaybackCommand(MediaControlPlaybackCommand)
Initializes a new instance of the PlaybackCommand class.
Declaration
public PlaybackCommand(MediaControlPlaybackCommand action)
Parameters
Type | Name | Description |
---|---|---|
MediaControlPlaybackCommand | action |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
Properties
View SourceAction
Gets the playback action.
Declaration
public MediaControlPlaybackCommand Action { get; }
Property Value
Type | Description |
---|---|
MediaControlPlaybackCommand |