Class Playlist
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Represents the playlist that is a group of media (usually songs).
public class Playlist
- Inheritance
-
Playlist
Properties
View SourceId
Gets the ID of the playlist.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
Int32 | The unique ID of the playlist. |
API Level: 4
View SourceName
Gets the name of the playlist.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String | The name of the playlist. |
API Level: 4
View SourceThumbnailPath
Gets the path to the thumbnail.
Declaration
public string ThumbnailPath { get; }
Property Value
Type | Description |
---|---|
String | The path to the thumbnail. |
API Level: 4
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. |