public static final class MediaStore.Video extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MediaStore.Video.Media |
static class |
MediaStore.Video.Thumbnails
This class allows developers to query and get two kinds of thumbnails:
MINI_KIND: 512 x 384 thumbnail
MICRO_KIND: 96 x 96 thumbnail
|
static interface |
MediaStore.Video.VideoColumns |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SORT_ORDER
The default sort order for this table.
|
Constructor and Description |
---|
Video() |
Modifier and Type | Method and Description |
---|---|
static Cursor |
query(ContentResolver cr,
Uri uri,
String[] projection) |
public static final String DEFAULT_SORT_ORDER
public static final Cursor query(ContentResolver cr, Uri uri, String[] projection)