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).
C#Copypublic class Playlist
- Inheritance
-
Playlist
Properties
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The unique ID of the playlist. |
API Level: 4
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the playlist. |
API Level: 4
Declaration
C#Copypublic string ThumbnailPath { get; }
Property Value
Type | Description |
---|---|
System.String | The path to the thumbnail. |
API Level: 4
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string representation of the current playlist. |
Overrides
System.Object.ToString()