Class PlaylistUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Playlist
public class PlaylistUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args PlaylistUpdated Event Args
Constructors
View SourcePlaylistUpdatedEventArgs(MediaControlPlaylistMode, string, MediaControlPlaylist)
Initializes a new instance of the Playlist
Declaration
public PlaylistUpdatedEventArgs(MediaControlPlaylistMode mode, string name, MediaControlPlaylist playlist)
Parameters
Type | Name | Description |
---|---|---|
Media |
mode | A value indicating the updated repeat mode. |
string | name | A value indicating the playlist name. |
Media |
playlist | A value indicating the playlist. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
|
Properties
View SourceMode
Gets the updated playlist mode.
Declaration
public MediaControlPlaylistMode Mode { get; }
Property Value
Type | Description |
---|---|
Media |
Remarks
If The Mode is Updated, Retrieves the playlist using Name and call Update() to keep the playlist up to date.
Name
Gets the playlist name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Playlist
Gets the updated playlist.
Declaration
public MediaControlPlaylist Playlist { get; }
Property Value
Type | Description |
---|---|
Media |