Class PlaylistCommand
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to send playback command with playlist information.
C#Copypublic sealed class PlaylistCommand : Command
- Inheritance
Constructors
View Source
PlaylistCommand(MediaControlPlaybackCommand, string, string, ulong)
Initializes a new instance of the PlaybackCommand class.
Declaration
C#Copypublic PlaylistCommand(MediaControlPlaybackCommand action, string playlistName, string index, ulong position)
Parameters
Type | Name | Description |
---|---|---|
MediaControlPlaybackCommand | action | |
string | playlistName | The playlist name of the server. |
string | index | The index of the media in the playlist. |
ulong | position | The playback position in milliseconds. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.ArgumentNullException |
|
View Source
PlaylistCommand(MediaControlPlaybackCommand, string, string)
Initializes a new instance of the PlaybackCommand class.
Declaration
C#Copypublic PlaylistCommand(MediaControlPlaybackCommand action, string playlistName, string index)
Parameters
Type | Name | Description |
---|---|---|
MediaControlPlaybackCommand | action | |
string | playlistName | The playlist name of the server. |
string | index | The index of the media in the playlist. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
Properties
Declaration
C#Copypublic MediaControlPlaybackCommand Action { get; }
Property Value
Type | Description |
---|---|
MediaControlPlaybackCommand |
Declaration
C#Copypublic string Index { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copypublic ulong Position { get; }
Property Value
Type | Description |
---|---|
ulong |