Most visited

Recently visited

Added in API level 1

MediaStore.Video.Media

public static final class MediaStore.Video.Media
extends Object implements MediaStore.Video.VideoColumns

java.lang.Object
   ↳ android.provider.MediaStore.Video.Media


Summary

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

Constants

CONTENT_TYPE

Added in API level 1
String CONTENT_TYPE

此表的MIME类型。

常量值:“vnd.android.cursor.dir / video”

DEFAULT_SORT_ORDER

Added in API level 1
String DEFAULT_SORT_ORDER

此表的默认排序顺序

常量值:“标题”

Fields

EXTERNAL_CONTENT_URI

Added in API level 1
Uri EXTERNAL_CONTENT_URI

内容://“主”外部存储卷的样式URI。

INTERNAL_CONTENT_URI

Added in API level 1
Uri INTERNAL_CONTENT_URI

内容://内部存储的样式URI。

Public constructors

MediaStore.Video.Media

Added in API level 1
MediaStore.Video.Media ()

Public methods

getContentUri

Added in API level 1
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

Hooray!