Class Album
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents a logical collection grouping of related media information.
C#Copypublic class Album
- Inheritance
-
objectAlbum
Properties
Declaration
C#Copypublic string AlbumArtPath { get; }
Property Value
Type | Description |
---|---|
string | The path to the album art. |
See Also
Declaration
C#Copypublic string Artist { get; }
Property Value
Type | Description |
---|---|
string | The artist name. |
See Also
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
int | The unique ID of the album. |
See Also
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
string | The album name. |
See Also
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
string | A string representation of the current album. |
Overrides
object.ToString()