Class Album
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 3
Represents a logical collection grouping of related media information.
public class Album
- Inheritance
-
Album
Properties
View SourceAlbumArtPath
Gets the path to the album art.
Declaration
public string AlbumArtPath { get; }
Property Value
Type | Description |
---|---|
String | The path to the album art. |
API Level: 4
View SourceArtist
Gets the artist name of the album.
Declaration
public string Artist { get; }
Property Value
Type | Description |
---|---|
String | The artist name. |
API Level: 3
View SourceId
Gets the ID of the album.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
Int32 | The unique ID of the album. |
API Level: 3
View SourceName
Gets the name of the album.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String | The album name. |
API Level: 3
Methods
View SourceToString()
Returns a string representation of the album.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string representation of the current album. |