Class AudioInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Represents the audio media information.
C#Copypublic class AudioInfo : MediaInfo
- Inheritance
Properties
Declaration
C#Copypublic string Album { get; }
Property Value
Type | Description |
---|---|
System.String | The album from the metadata. |
API Level: 4
Declaration
C#Copypublic string AlbumArtist { get; }
Property Value
Type | Description |
---|---|
System.String | The album artist from the metadata. |
API Level: 4
Declaration
C#Copypublic string Artist { get; }
Property Value
Type | Description |
---|---|
System.String | The artist from the metadata. |
API Level: 4
Declaration
C#Copypublic int BitPerSample { get; }
Property Value
Type | Description |
---|---|
Int32 | The bit per sample. |
API Level: 4
Declaration
C#Copypublic int BitRate { get; }
Property Value
Type | Description |
---|---|
Int32 | The bit rate in bit per second. |
API Level: 4
Declaration
C#Copypublic int Channels { get; }
Property Value
Type | Description |
---|---|
Int32 | The number of channels. |
API Level: 4
Declaration
C#Copypublic string Composer { get; }
Property Value
Type | Description |
---|---|
System.String | The composer from the metadata. |
API Level: 4
Declaration
C#Copypublic string Copyright { get; }
Property Value
Type | Description |
---|---|
System.String | The copyright from the metadata. |
API Level: 4
Declaration
C#Copypublic string DateRecorded { get; }
Property Value
Type | Description |
---|---|
System.String | The recorded date from the metadata. |
API Level: 4
Declaration
C#Copypublic int Duration { get; }
Property Value
Type | Description |
---|---|
Int32 | The track duration in milliseconds. |
API Level: 4
Declaration
C#Copypublic string Genre { get; }
Property Value
Type | Description |
---|---|
System.String | The genre from the metadata. |
API Level: 4
Declaration
C#Copypublic int SampleRate { get; }
Property Value
Type | Description |
---|---|
Int32 | The sample rate in hertz. |
API Level: 4
Declaration
C#Copypublic string TrackNumber { get; }
Property Value
Type | Description |
---|---|
System.String | The track number from the metadata. |
API Level: 4
Declaration
C#Copypublic string Year { get; }
Property Value
Type | Description |
---|---|
System.String | The year from the metadata. |