public static final class MediaStore.Video
extends Object
| java.lang.Object | |
| ↳ | android.provider.MediaStore.Video |
Nested classes |
|
|---|---|
class |
MediaStore.Video.Media
|
class |
MediaStore.Video.Thumbnails 此类允许开发人员查询和获取两种缩略图:MINI_KIND:512 x 384缩略图MICRO_KIND:96 x 96缩略图 |
interface |
MediaStore.Video.VideoColumns
|
Constants |
|
|---|---|
String |
DEFAULT_SORT_ORDER 此表的默认排序顺序。 |
Public constructors |
|
|---|---|
MediaStore.Video() |
|
Public methods |
|
|---|---|
static final Cursor |
query(ContentResolver cr, Uri uri, String[] projection) |
Inherited methods |
|
|---|---|
java.lang.Object
|
|
Cursor query (ContentResolver cr, Uri uri, String[] projection)
| Parameters | |
|---|---|
cr |
ContentResolver
|
uri |
Uri
|
projection |
String
|
| Returns | |
|---|---|
Cursor |
|