Android
android.provider
public final class

android.provider.MediaStore

java.lang.Object
android.provider.MediaStore

The Media provider contains meta data for all available media on both internal and external storage devices.

Nested Classes
MediaStore.Audio Container for all audio content. 
MediaStore.Images Contains meta data for all available images. 
MediaStore.MediaColumns Common fields for most MediaProvider tables  
MediaStore.Video  

Summary

Constants

      Value  
String  ACTION_IMAGE_CAPTURE  Standard Intent action that can be sent to have the media application capture an image and return it.  "android.media.action.IMAGE_CAPTURE" 
String  AUTHORITY    "media" 
String  FILE_URI_PREFIX    "content://media/file" 
String  MEDIA_SCANNER_VOLUME  Name of current volume being scanned by the media scanner.  "volume" 

Public Constructors

            MediaStore()

Public Methods

      static    Uri  getMediaScannerUri()
Uri for querying the state of the media scanner.
Methods inherited from class java.lang.Object

Details

Constants

public static final String ACTION_IMAGE_CAPTURE

Standard Intent action that can be sent to have the media application capture an image and return it. The image is returned as a Bitmap object in the extra field.
Constant Value: "android.media.action.IMAGE_CAPTURE"

public static final String AUTHORITY

Constant Value: "media"

public static final String FILE_URI_PREFIX

Constant Value: "content://media/file"

public static final String MEDIA_SCANNER_VOLUME

Name of current volume being scanned by the media scanner.
Constant Value: "volume"

Public Constructors

public MediaStore()

Public Methods

public static Uri getMediaScannerUri()

Uri for querying the state of the media scanner.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48