Class AudioInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the audio media information.
public class AudioInfo : MediaInfo
- Inheritance
Properties
View SourceAlbum
Gets the album name.
Declaration
public string Album { get; }
Property Value
| Type | Description |
|---|---|
| string | The album from the metadata. |
AlbumArtist
Gets the album artist name.
Declaration
public string AlbumArtist { get; }
Property Value
| Type | Description |
|---|---|
| string | The album artist from the metadata. |
Artist
Gets the artist name.
Declaration
public string Artist { get; }
Property Value
| Type | Description |
|---|---|
| string | The artist from the metadata. |
Genre
Gets the genre.
Declaration
public string Genre { get; }
Property Value
| Type | Description |
|---|---|
| string | The genre from the metadata. |
TrackNumber
Gets the track number.
Declaration
public string TrackNumber { get; }
Property Value
| Type | Description |
|---|---|
| string | The track number from the metadata. |
Year
Gets the year.
Declaration
public string Year { get; }
Property Value
| Type | Description |
|---|---|
| string | The year from the metadata. |