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