Android
android.provider
public static interface

android.provider.MediaStore.Audio.AudioColumns

android.provider.MediaStore.Audio.AudioColumns MediaStore.MediaColumns

Columns for audio file that show up in multiple tables.

Known Indirect Subclasses

Summary

Constants

      Value  
String  ALBUM  The album the audio file is from, if any

Type: TEXT

 
"album" 
String  ALBUM_ART  A URI to the album art, if any

Type: TEXT

 
"album_art" 
String  ALBUM_ID  The id of the album the audio file is from, if any

Type: TEXT

 
"album_id" 
String  ALBUM_KEY  A non human readable key calculated from the ALBUM, used for searching, sorting and grouping

Type: TEXT

 
"album_key" 
String  ARTIST  The artist who created the audio file, if any

Type: TEXT

 
"artist" 
String  ARTIST_ID  The id of the artist who created the audio file, if any

Type: TEXT

 
"artist_id" 
String  ARTIST_KEY  A non human readable key calculated from the ARTIST, used for searching, sorting and grouping

Type: TEXT

 
"artist_key" 
String  COMPOSER  The composer of the audio file, if any

Type: TEXT

 
"composer" 
String  DURATION  The duration of the audio file, in ms

Type: INTEGER (long)

 
"duration" 
String  IS_ALARM  Non-zero id the audio file may be an alarm

Type: INTEGER (boolean)

 
"is_alarm" 
String  IS_MUSIC  Non-zero if the audio file is music

Type: INTEGER (boolean)

 
"is_music" 
String  IS_NOTIFICATION  Non-zero id the audio file may be a notification sound

Type: INTEGER (boolean)

 
"is_notification" 
String  IS_RINGTONE  Non-zero id the audio file may be a ringtone

Type: INTEGER (boolean)

 
"is_ringtone" 
String  TITLE_KEY  A non human readable key calculated from the TITLE, used for searching, sorting and grouping

Type: TEXT

 
"title_key" 
String  TRACK  The track number of this song on the album, if any.  "track" 
String  YEAR  The year the audio file was recorded, if any

Type: INTEGER

 
"year" 
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.MediaStore.MediaColumns

Details

Constants

public static final String ALBUM

The album the audio file is from, if any

Type: TEXT

Constant Value: "album"

public static final String ALBUM_ART

A URI to the album art, if any

Type: TEXT

Constant Value: "album_art"

public static final String ALBUM_ID

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

Type: TEXT

Constant Value: "album_id"

public static final String ALBUM_KEY

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

Type: TEXT

Constant Value: "album_key"

public static final String ARTIST

The artist who created the audio file, if any

Type: TEXT

Constant Value: "artist"

public static final String ARTIST_ID

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

Type: TEXT

Constant Value: "artist_id"

public static final String ARTIST_KEY

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

Type: TEXT

Constant Value: "artist_key"

public static final String COMPOSER

The composer of the audio file, if any

Type: TEXT

Constant Value: "composer"

public static final String DURATION

The duration of the audio file, in ms

Type: INTEGER (long)

Constant Value: "duration"

public static final String IS_ALARM

Non-zero id the audio file may be an alarm

Type: INTEGER (boolean)

Constant Value: "is_alarm"

public static final String IS_MUSIC

Non-zero if the audio file is music

Type: INTEGER (boolean)

Constant Value: "is_music"

public static final String IS_NOTIFICATION

Non-zero id the audio file may be a notification sound

Type: INTEGER (boolean)

Constant Value: "is_notification"

public static final String IS_RINGTONE

Non-zero id the audio file may be a ringtone

Type: INTEGER (boolean)

Constant Value: "is_ringtone"

public static final String TITLE_KEY

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

Type: TEXT

Constant Value: "title_key"

public static final String TRACK

The track number of this song on the album, if any. This number encodes both the track number and the disc number. For multi-disc sets, this number will be 1xxx for tracks on the first disc, 2xxx for tracks on the second disc, etc.

Type: INTEGER

Constant Value: "track"

public static final String YEAR

The year the audio file was recorded, if any

Type: INTEGER

Constant Value: "year"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56