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 Video items.

abstract

Video metadata columns.

Constants
static String

The default sort order for this table.

Public constructors

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

Video

Added in API level 1
Video()

Public methods

query

Added in API level 1
Deprecated in API level 29
static fun query(
    cr: ContentResolver!,
    uri: Uri!,
    projection: Array<String!>!
): Cursor!

Deprecated: all queries should be performed through ContentResolver directly, which offers modern features like CancellationSignal.