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. |
BitPerSample
Gets the bit per sample.
Declaration
public int BitPerSample { get; }
Property Value
Type | Description |
---|---|
int | The bit per sample. |
BitRate
Gets the bit rate in bit per second.
Declaration
public int BitRate { get; }
Property Value
Type | Description |
---|---|
int | The bit rate in bit per second. |
Channels
Gets the number of channels.
Declaration
public int Channels { get; }
Property Value
Type | Description |
---|---|
int | The number of channels. |
Composer
Gets the composer.
Declaration
public string Composer { get; }
Property Value
Type | Description |
---|---|
string | The composer from the metadata. |
Copyright
Gets the copyright.
Declaration
public string Copyright { get; }
Property Value
Type | Description |
---|---|
string | The copyright from the metadata. |
DateRecorded
Gets the recorded date.
Declaration
public string DateRecorded { get; }
Property Value
Type | Description |
---|---|
string | The recorded date from the metadata. |
Duration
Gets the track duration in milliseconds.
Declaration
public int Duration { get; }
Property Value
Type | Description |
---|---|
int | The track duration in milliseconds. |
Genre
Gets the genre.
Declaration
public string Genre { get; }
Property Value
Type | Description |
---|---|
string | The genre from the metadata. |
SampleRate
Gets the sample rate in hertz.
Declaration
public int SampleRate { get; }
Property Value
Type | Description |
---|---|
int | The sample rate in hertz. |
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. |