Class Playlist
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the playlist that is a group of media (usually songs).
public class Playlist
- Inheritance
-
objectPlaylist
Properties
View SourceId
Gets the ID of the playlist.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
int | The unique ID of the playlist. |
Name
Gets the name of the playlist.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The name of the playlist. |
ThumbnailPath
Gets the path to the thumbnail.
Declaration
public string ThumbnailPath { get; }
Property Value
Type | Description |
---|---|
string | The path to the thumbnail. |
Methods
View SourceToString()
Returns a string representation of the playlist.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string representation of the current playlist. |
Overrides
object.ToString()