android.provider
Class MediaStore.Audio.Media

java.lang.Object
  extended by android.provider.MediaStore.Audio.Media
All Implemented Interfaces:
BaseColumns, MediaStore.Audio.AudioColumns, MediaStore.MediaColumns
Enclosing class:
MediaStore.Audio

public static final class MediaStore.Audio.Media
extends Object
implements MediaStore.Audio.AudioColumns


Field Summary
static String CONTENT_TYPE
           
static String DEFAULT_SORT_ORDER
           
static Uri EXTERNAL_CONTENT_URI
           
static String EXTRA_MAX_BYTES
           
static Uri INTERNAL_CONTENT_URI
           
static String RECORD_SOUND_ACTION
           
 
Fields inherited from interface android.provider.MediaStore.Audio.AudioColumns
ALBUM, ALBUM_ID, ALBUM_KEY, ARTIST, ARTIST_ID, ARTIST_KEY, BOOKMARK, COMPOSER, DURATION, IS_ALARM, IS_MUSIC, IS_NOTIFICATION, IS_PODCAST, IS_RINGTONE, TITLE_KEY, TRACK, YEAR
 
Fields inherited from interface android.provider.MediaStore.MediaColumns
DATA, DATE_ADDED, DATE_MODIFIED, DISPLAY_NAME, MIME_TYPE, SIZE, TITLE
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Constructor Summary
MediaStore.Audio.Media()
           
 
Method Summary
static Uri getContentUri(String volumeName)
           
static Uri getContentUriForPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL_CONTENT_URI

public static final Uri INTERNAL_CONTENT_URI

EXTERNAL_CONTENT_URI

public static final Uri EXTERNAL_CONTENT_URI

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

DEFAULT_SORT_ORDER

public static final String DEFAULT_SORT_ORDER
See Also:
Constant Field Values

RECORD_SOUND_ACTION

public static final String RECORD_SOUND_ACTION
See Also:
Constant Field Values

EXTRA_MAX_BYTES

public static final String EXTRA_MAX_BYTES
See Also:
Constant Field Values
Constructor Detail

MediaStore.Audio.Media

public MediaStore.Audio.Media()
Method Detail

getContentUri

public static Uri getContentUri(String volumeName)

getContentUriForPath

public static Uri getContentUriForPath(String path)


Copyright © 2008-2012. All Rights Reserved.