Class AudioInfo

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Represents the audio media information.

C#
Copy
public class AudioInfo : MediaInfo
Inheritance
System.Object
AudioInfo

Properties

View Source

Album

Gets the album name.

Declaration
C#
Copy
public string Album { get; }
Property Value
Type Description
System.String

The album from the metadata.

API Level: 4
View Source

AlbumArtist

Gets the album artist name.

Declaration
C#
Copy
public string AlbumArtist { get; }
Property Value
Type Description
System.String

The album artist from the metadata.

API Level: 4
View Source

Artist

Gets the artist name.

Declaration
C#
Copy
public string Artist { get; }
Property Value
Type Description
System.String

The artist from the metadata.

API Level: 4
View Source

BitPerSample

Gets the bit per sample.

Declaration
C#
Copy
public int BitPerSample { get; }
Property Value
Type Description
Int32

The bit per sample.

API Level: 4
View Source

BitRate

Gets the bit rate in bit per second.

Declaration
C#
Copy
public int BitRate { get; }
Property Value
Type Description
Int32

The bit rate in bit per second.

API Level: 4
View Source

Channels

Gets the number of channels.

Declaration
C#
Copy
public int Channels { get; }
Property Value
Type Description
Int32

The number of channels.

API Level: 4
View Source

Composer

Gets the composer.

Declaration
C#
Copy
public string Composer { get; }
Property Value
Type Description
System.String

The composer from the metadata.

API Level: 4
View Source

Gets the copyright.

Declaration
C#
Copy
public string Copyright { get; }
Property Value
Type Description
System.String

The copyright from the metadata.

API Level: 4
View Source

DateRecorded

Gets the recorded date.

Declaration
C#
Copy
public string DateRecorded { get; }
Property Value
Type Description
System.String

The recorded date from the metadata.

API Level: 4
View Source

Duration

Gets the track duration in milliseconds.

Declaration
C#
Copy
public int Duration { get; }
Property Value
Type Description
Int32

The track duration in milliseconds.

API Level: 4
View Source

Genre

Gets the genre.

Declaration
C#
Copy
public string Genre { get; }
Property Value
Type Description
System.String

The genre from the metadata.

API Level: 4
View Source

SampleRate

Gets the sample rate in hertz.

Declaration
C#
Copy
public int SampleRate { get; }
Property Value
Type Description
Int32

The sample rate in hertz.

API Level: 4
View Source

TrackNumber

Gets the track number.

Declaration
C#
Copy
public string TrackNumber { get; }
Property Value
Type Description
System.String

The track number from the metadata.

API Level: 4
View Source

Year

Gets the year.

Declaration
C#
Copy
public string Year { get; }
Property Value
Type Description
System.String

The year from the metadata.

API Level: 4