Added in API level 1

AudioColumns


interface AudioColumns : MediaStore.MediaColumns
android.provider.MediaStore.Audio.AudioColumns

Audio metadata columns.

Summary

Constants
static String

The id of the album the audio file is from, if any.

static String

A non human readable key calculated from the ALBUM, used for searching, sorting and grouping.

static String

The id of the artist who created the audio file, if any.

static String

A non human readable key calculated from the ARTIST, used for searching, sorting and grouping.

static String

The number of bits used to represent each audio sample, if available.

static String

The position within the audio item at which playback should be resumed.

static String

The genre of the audio file, if any.

static String

The id of the genre the audio file is from, if any.

static String

A non human readable key calculated from the GENRE, used for searching, sorting and grouping.

static String

Non-zero if the audio file may be an alarm.

static String

Non-zero if the audio file is an audiobook.

static String

Non-zero if the audio file is music.

static String

Non-zero if the audio file may be a notification sound.

static String

Non-zero if the audio file is a podcast.

static String

Non-zero if the audio file is a voice recording recorded by voice recorder apps.

static String

Non-zero if the audio file may be a ringtone.

static String

The sample rate in Hz, if available.

static String

A non human readable key calculated from the TITLE, used for searching, sorting and grouping.

static String

The resource URI of a localized title, if any.

static String

The track number of this song on the album, if any.

static String

The year the audio file was recorded, if any.

Inherited constants