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#Copypublic class Album
- Inheritance
-
System.ObjectAlbum
Properties
Declaration
C#Copypublic string AlbumArtPath { get; }
Property Value
Type | Description |
---|---|
System.String | The path to the album art. |
API Level: 4
Declaration
C#Copypublic string Artist { get; }
Property Value
Type | Description |
---|---|
System.String | The artist name. |
API Level: 3
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The unique ID of the album. |
API Level: 3
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The album name. |
API Level: 3
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string representation of the current album. |
Overrides
System.Object.ToString()