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 |
|