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#
Copy
public class Playlist
Inheritance
Playlist

Properties

View Source

Id

Gets the ID of the playlist.

Declaration
C#
Copy
public int Id { get; }
Property Value
Type Description
System.Int32

The unique ID of the playlist.

API Level: 4
View Source

Name

Gets the name of the playlist.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
System.String

The name of the playlist.

API Level: 4
View Source

ThumbnailPath

Gets the path to the thumbnail.

Declaration
C#
Copy
public string ThumbnailPath { get; }
Property Value
Type Description
System.String

The path to the thumbnail.

API Level: 4

Methods

View Source

ToString()

Returns a string representation of the playlist.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string representation of the current playlist.

Overrides
System.Object.ToString()
API Level: 4