public static final class MediaStore.Video.Media
extends Object
implements MediaStore.Video.VideoColumns
java.lang.Object | |
↳ | android.provider.MediaStore.Video.Media |
Constants |
|
---|---|
String |
CONTENT_TYPE 此表的MIME类型。 |
String |
DEFAULT_SORT_ORDER 此表的默认排序顺序 |
Inherited constants |
---|
From interface android.provider.MediaStore.Video.VideoColumns
|
From interface android.provider.MediaStore.MediaColumns
|
From interface android.provider.BaseColumns
|
Fields |
|
---|---|
public static final Uri |
EXTERNAL_CONTENT_URI 内容://“主”外部存储卷的样式URI。 |
public static final Uri |
INTERNAL_CONTENT_URI 内容://内部存储的样式URI。 |
Public constructors |
|
---|---|
MediaStore.Video.Media() |
Public methods |
|
---|---|
static Uri |
getContentUri(String volumeName) 获取给定卷上视频媒体表格的content:// style URI。 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
String CONTENT_TYPE
此表的MIME类型。
常量值:“vnd.android.cursor.dir / video”
Uri getContentUri (String volumeName)
获取给定卷上视频媒体表格的content:// style URI。
Parameters | |
---|---|
volumeName |
String : the name of the volume to get the URI for |
Returns | |
---|---|
Uri |
the URI to the video media table on the given volume |