java.lang.Object | |
↳ | android.provider.MediaStore.Video.Media |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CONTENT_TYPE | The MIME type for this table. | |||||||||
String | DEFAULT_SORT_ORDER | The default sort order for this table |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
From interface
android.provider.MediaStore.MediaColumns
| |||||||||||
From interface
android.provider.MediaStore.Video.VideoColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EXTERNAL_CONTENT_URI | The content:// style URI for the "primary" external storage volume. | ||||||||||
INTERNAL_CONTENT_URI | The content:// style URI for the internal storage. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the content:// style URI for the video media table on the
given volume.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The MIME type for this table.
The default sort order for this table
The content:// style URI for the "primary" external storage volume.
The content:// style URI for the internal storage.
Get the content:// style URI for the video media table on the given volume.
volumeName | the name of the volume to get the URI for |
---|