Class AudioInfo

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll

Represents the audio media information.

C#
Copy
public class AudioInfo : MediaInfo
Inheritance
object
AudioInfo

Properties

View Source

Album

Gets the album name.

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

The album from the metadata.

View Source

AlbumArtist

Gets the album artist name.

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

The album artist from the metadata.

View Source

Artist

Gets the artist name.

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

The artist from the metadata.

View Source

BitPerSample

Gets the bit per sample.

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.

View Source

BitRate

Gets the bit rate in bit per second.

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.

View Source

Channels

Gets the number of channels.

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.

View Source

Composer

Gets the composer.

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.

View Source

Gets the copyright.

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.

View Source

DateRecorded

Gets the recorded date.

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.

View Source

Duration

Gets the track duration in milliseconds.

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.

View Source

Genre

Gets the genre.

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

The genre from the metadata.

View Source

SampleRate

Gets the sample rate in hertz.

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.

View Source

TrackNumber

Gets the track number.

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

The track number from the metadata.

View Source

Year

Gets the year.

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

The year from the metadata.