Class PlaybackCommand

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll

Provides a means to send playback command to media control server.

C#
Copy
public sealed class PlaybackCommand : Command
Inheritance
PlaybackCommand

Constructors

View Source

PlaybackCommand(MediaControlPlaybackCommand)

Initializes a new instance of the PlaybackCommand class.

Declaration
C#
Copy
public PlaybackCommand(MediaControlPlaybackCommand action)
Parameters
Type Name Description
MediaControlPlaybackCommand action

A MediaControlPlaybackCommand.

Exceptions
Type Condition
System.ArgumentException

action is not valid.

API Level: 5

Properties

View Source

Action

Gets the playback action.

Declaration
C#
Copy
public MediaControlPlaybackCommand Action { get; }
Property Value
Type Description
MediaControlPlaybackCommand
API Level: 5