Class AudioInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the audio media information.
C#Copypublic class AudioInfo : MediaInfo
- Inheritance
Properties
Declaration
C#Copypublic string Album { get; }
Property Value
Type | Description |
---|---|
string | The album from the metadata. |
Declaration
C#Copypublic string AlbumArtist { get; }
Property Value
Type | Description |
---|---|
string | The album artist from the metadata. |
Declaration
C#Copypublic string Artist { get; }
Property Value
Type | Description |
---|---|
string | The artist from the metadata. |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API14.")] public int BitPerSample { get; }
Property Value
Type | Description |
---|---|
int | The bit per sample. |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API14.")] public int BitRate { get; }
Property Value
Type | Description |
---|---|
int | The bit rate in bit per second. |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API14.")] public int Channels { get; }
Property Value
Type | Description |
---|---|
int | The number of channels. |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API14.")] public string Composer { get; }
Property Value
Type | Description |
---|---|
string | The composer from the metadata. |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API14.")] public string Copyright { get; }
Property Value
Type | Description |
---|---|
string | The copyright from the metadata. |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API14.")] public string DateRecorded { get; }
Property Value
Type | Description |
---|---|
string | The recorded date from the metadata. |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API14.")] public int Duration { get; }
Property Value
Type | Description |
---|---|
int | The track duration in milliseconds. |
Declaration
C#Copypublic string Genre { get; }
Property Value
Type | Description |
---|---|
string | The genre from the metadata. |
Declaration
C#Copy[Obsolete("Deprecated since API12. Will be removed in API14.")] public int SampleRate { get; }
Property Value
Type | Description |
---|---|
int | The sample rate in hertz. |
Declaration
C#Copypublic string TrackNumber { get; }
Property Value
Type | Description |
---|---|
string | The track number from the metadata. |
Declaration
C#Copypublic string Year { get; }
Property Value
Type | Description |
---|---|
string | The year from the metadata. |