Class AudioInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
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. |
API Level: 4
View SourceAlbumArtist
Gets the album artist name.
Declaration
public string AlbumArtist { get; }
Property Value
Type | Description |
---|---|
String | The album artist from the metadata. |
API Level: 4
View SourceArtist
Gets the artist name.
Declaration
public string Artist { get; }
Property Value
Type | Description |
---|---|
String | The artist from the metadata. |
API Level: 4
View SourceBitPerSample
Gets the bit per sample.
Declaration
public int BitPerSample { get; }
Property Value
Type | Description |
---|---|
Int32 | The bit per sample. |
API Level: 4
View SourceBitRate
Gets the bit rate in bit per second.
Declaration
public int BitRate { get; }
Property Value
Type | Description |
---|---|
Int32 | The bit rate in bit per second. |
API Level: 4
View SourceChannels
Gets the number of channels.
Declaration
public int Channels { get; }
Property Value
Type | Description |
---|---|
Int32 | The number of channels. |
API Level: 4
View SourceComposer
Gets the composer.
Declaration
public string Composer { get; }
Property Value
Type | Description |
---|---|
String | The composer from the metadata. |
API Level: 4
View SourceCopyright
Gets the copyright.
Declaration
public string Copyright { get; }
Property Value
Type | Description |
---|---|
String | The copyright from the metadata. |
API Level: 4
View SourceDateRecorded
Gets the recorded date.
Declaration
public string DateRecorded { get; }
Property Value
Type | Description |
---|---|
String | The recorded date from the metadata. |
API Level: 4
View SourceDuration
Gets the track duration in milliseconds.
Declaration
public int Duration { get; }
Property Value
Type | Description |
---|---|
Int32 | The track duration in milliseconds. |
API Level: 4
View SourceGenre
Gets the genre.
Declaration
public string Genre { get; }
Property Value
Type | Description |
---|---|
String | The genre from the metadata. |
API Level: 4
View SourceSampleRate
Gets the sample rate in hertz.
Declaration
public int SampleRate { get; }
Property Value
Type | Description |
---|---|
Int32 | The sample rate in hertz. |
API Level: 4
View SourceTrackNumber
Gets the track number.
Declaration
public string TrackNumber { get; }
Property Value
Type | Description |
---|---|
String | The track number from the metadata. |
API Level: 4
View SourceYear
Gets the year.
Declaration
public string Year { get; }
Property Value
Type | Description |
---|---|
String | The year from the metadata. |