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)
Initializes a new instance of the PlaybackCommand class.
Declaration
C#Copypublic PlaylistCommand(MediaControlPlaybackCommand action, string playlistName, string index)
Parameters
Type | Name | Description |
---|---|---|
MediaControlPlaybackCommand | action | |
System.String | playlistName | The playlist name of the server. |
System.String | index | The index of the media in the playlist. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
API Level: 5
View Source
PlaylistCommand(MediaControlPlaybackCommand, String, String, UInt64)
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 | |
System.String | playlistName | The playlist name of the server. |
System.String | index | The index of the media in the playlist. |
System.UInt64 | position | The playback position in milliseconds. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.ArgumentNullException |
|
API Level: 5
Properties
Declaration
C#Copypublic MediaControlPlaybackCommand Action { get; }
Property Value
Type | Description |
---|---|
MediaControlPlaybackCommand |
API Level: 5
Declaration
C#Copypublic string Index { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 5
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 5
Declaration
C#Copypublic ulong Position { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |