Class PlaylistCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Playlist
public class PlaylistCommandReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args PlaylistCommand Received Event Args
Constructors
View SourcePlaylistCommandReceivedEventArgs(PlaylistCommand)
Initializes a new instance of the Playlist
Declaration
public PlaylistCommandReceivedEventArgs(PlaylistCommand command)
Parameters
Type | Name | Description |
---|---|---|
Playlist |
command | The playback position command. |
Exceptions
Type | Condition |
---|---|
System. |
|
Properties
View SourceCommand
Gets the Playlist
Declaration
public PlaylistCommand Command { get; }
Property Value
Type | Description |
---|---|
Playlist |