Class PlaylistUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 5
Provides data for the PlaylistUpdated event.
public class PlaylistUpdatedEventArgs : EventArgs
- Inheritance
Constructors
View SourcePlaylistUpdatedEventArgs(MediaControlPlaylistMode, String, MediaControlPlaylist)
Initializes a new instance of the PlaylistUpdatedEventArgs class.
Declaration
public 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 |
---|---|
ArgumentException |
|
ArgumentNullException |
|
API Level: 5
Properties
View SourceMode
Gets the updated playlist mode.
Declaration
public 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.
API Level: 5
View SourceName
Gets the playlist name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 5
View SourcePlaylist
Gets the updated playlist.
Declaration
public MediaControlPlaylist Playlist { get; }
Property Value
Type | Description |
---|---|
MediaControlPlaylist |