Added in API level 1
Video
class Video
| kotlin.Any | |
| ↳ | android.provider.MediaStore.Video |
Collection of all media with MIME type of video/*.
Summary
| Nested classes | |
|---|---|
|
This class provides utility methods to obtain thumbnails for various |
|
| abstract |
Video metadata columns. |
| Constants | |
|---|---|
| static String |
The default sort order for this table. |
| Public constructors | |
|---|---|
Video() |
|
| Public methods | |
|---|---|
| static Cursor! |
query(cr: ContentResolver!, uri: Uri!, projection: Array<String!>!) |
Constants
DEFAULT_SORT_ORDER
Added in API level 1
static val DEFAULT_SORT_ORDER: String
The default sort order for this table.
Value: "_display_name"Public constructors
Public methods
query
static funquery(
cr: ContentResolver!,
uri: Uri!,
projection: Array<String!>!
): Cursor!
Deprecated: all queries should be performed through ContentResolver directly, which offers modern features like CancellationSignal.