Class Album

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
3

Represents a logical collection grouping of related media information.

C#
Copy
public class Album
Inheritance
System.Object
Album

Properties

View Source

AlbumArtPath

Gets the path to the album art.

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

The path to the album art.

API Level: 4
View Source

Artist

Gets the artist name of the album.

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

The artist name.

API Level: 3
View Source

Id

Gets the ID of the album.

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

The unique ID of the album.

API Level: 3
View Source

Name

Gets the name of the album.

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

The album name.

API Level: 3

Methods

View Source

ToString()

Returns a string representation of the album.

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

A string representation of the current album.

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

See Also