Class PlaylistCommandReceivedEventArgs

Definition

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

Provides data for the PlaylistCommandReceived event.

C#
Copy
public class PlaylistCommandReceivedEventArgs : EventArgs
Inheritance
PlaylistCommandReceivedEventArgs

Constructors

View Source

PlaylistCommandReceivedEventArgs(PlaylistCommand)

Initializes a new instance of the PlaylistCommandReceivedEventArgs class.

Declaration
C#
Copy
public PlaylistCommandReceivedEventArgs(PlaylistCommand command)
Parameters
Type Name Description
PlaylistCommand command

The playback position command.

Exceptions
Type Condition
ArgumentNullException

command is null.

API Level: 5

Properties

View Source

Command

Gets the PlaylistCommand.

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