|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.MediaStore
public final class MediaStore
The Media provider contains meta data for all available media on both internal and external storage devices.
| Nested Class Summary | |
|---|---|
static class |
MediaStore.Audio
Container for all audio content. |
static class |
MediaStore.Images
Contains meta data for all available images. |
static interface |
MediaStore.MediaColumns
Common fields for most MediaProvider tables |
static class |
MediaStore.Video
|
| Field Summary | |
|---|---|
static String |
ACTION_IMAGE_CAPTURE
Standard Intent action that can be sent to have the media application capture an image and return it. |
static String |
AUTHORITY
|
static String |
MEDIA_SCANNER_VOLUME
Name of current volume being scanned by the media scanner. |
| Constructor Summary | |
|---|---|
MediaStore()
|
|
| Method Summary | |
|---|---|
static Uri |
getMediaScannerUri()
Uri for querying the state of the media scanner. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String AUTHORITY
public static final String ACTION_IMAGE_CAPTURE
public static final String MEDIA_SCANNER_VOLUME
| Constructor Detail |
|---|
public MediaStore()
| Method Detail |
|---|
public static Uri getMediaScannerUri()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||