Class Album
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents a logical collection grouping of related media information.
public class Album
- Inheritance
-
objectAlbum
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. |
See Also
View SourceArtist
Gets the artist name of the album.
Declaration
public string Artist { get; }
Property Value
Type | Description |
---|---|
string | The artist name. |
See Also
View SourceId
Gets the ID of the album.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
int | The unique ID of the album. |
See Also
View SourceName
Gets the name of the album.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The album name. |
See Also
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. |
Overrides
object.ToString()