Class PlaybackActionCommandReceivedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
5

Provides data for the PlaybackActionCommandReceived event.

C#
Copy
public class PlaybackActionCommandReceivedEventArgs : EventArgs
Inheritance
PlaybackActionCommandReceivedEventArgs

Constructors

View Source

PlaybackActionCommandReceivedEventArgs(PlaybackCommand)

Initializes a new instance of the PlaybackActionCommandReceivedEventArgs class.

Declaration
C#
Copy
public PlaybackActionCommandReceivedEventArgs(PlaybackCommand command)
Parameters
Type Name Description
PlaybackCommand command

The playback command.

Exceptions
Type Condition
ArgumentNullException

command is null.

API Level: 5

Properties

View Source

Command

Gets the PlaybackCommand.

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