public static interface

MediaStore.Video.VideoColumns

implements MediaStore.MediaColumns
android.provider.MediaStore.Video.VideoColumns
Known Indirect Subclasses

Summary

Constants
StringALBUMThe album the video file is from, if any

Type: TEXT

StringARTISTThe artist who created the video file, if any

Type: TEXT

StringBOOKMARKThe bookmark for the video.
StringBUCKET_DISPLAY_NAMEThe bucket display name of the video.
StringBUCKET_IDThe bucket id of the video.
StringCATEGORYThe YouTube category of the video

Type: TEXT

StringDATE_TAKENThe date & time that the image was taken in units of milliseconds since jan 1, 1970.
StringDESCRIPTIONThe description of the video recording

Type: TEXT

StringDURATIONThe duration of the video file, in ms

Type: INTEGER (long)

StringIS_PRIVATEWhether the video should be published as public or private

Type: INTEGER

StringLANGUAGEThe language of the video

Type: TEXT

StringLATITUDEThe latitude where the image was captured.
StringLONGITUDEThe longitude where the image was captured.
StringMINI_THUMB_MAGICThe mini thumb id.
StringRESOLUTIONThe resolution of the video file, formatted as "XxY"

Type: TEXT

StringTAGSThe user-added tags associated with a video

Type: TEXT

[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.MediaStore.MediaColumns

Constants

public static final String ALBUM

Since: API Level 1

The album the video file is from, if any

Type: TEXT

Constant Value: "album"

public static final String ARTIST

Since: API Level 1

The artist who created the video file, if any

Type: TEXT

Constant Value: "artist"

public static final String BOOKMARK

Since: API Level 3

The bookmark for the video. Time in ms. Represents the location in the video that the video should start playing at the next time it is opened. If the value is null or out of the range 0..DURATION-1 then the video should start playing from the beginning.

Type: INTEGER

Constant Value: "bookmark"

public static final String BUCKET_DISPLAY_NAME

Since: API Level 3

The bucket display name of the video. This is a read-only property that is automatically computed from the DATA column.

Type: TEXT

Constant Value: "bucket_display_name"

public static final String BUCKET_ID

Since: API Level 3

The bucket id of the video. This is a read-only property that is automatically computed from the DATA column.

Type: TEXT

Constant Value: "bucket_id"

public static final String CATEGORY

Since: API Level 1

The YouTube category of the video

Type: TEXT

Constant Value: "category"

public static final String DATE_TAKEN

Since: API Level 1

The date & time that the image was taken in units of milliseconds since jan 1, 1970.

Type: INTEGER

Constant Value: "datetaken"

public static final String DESCRIPTION

Since: API Level 1

The description of the video recording

Type: TEXT

Constant Value: "description"

public static final String DURATION

Since: API Level 1

The duration of the video file, in ms

Type: INTEGER (long)

Constant Value: "duration"

public static final String IS_PRIVATE

Since: API Level 1

Whether the video should be published as public or private

Type: INTEGER

Constant Value: "isprivate"

public static final String LANGUAGE

Since: API Level 1

The language of the video

Type: TEXT

Constant Value: "language"

public static final String LATITUDE

Since: API Level 1

The latitude where the image was captured.

Type: DOUBLE

Constant Value: "latitude"

public static final String LONGITUDE

Since: API Level 1

The longitude where the image was captured.

Type: DOUBLE

Constant Value: "longitude"

public static final String MINI_THUMB_MAGIC

Since: API Level 1

The mini thumb id.

Type: INTEGER

Constant Value: "mini_thumb_magic"

public static final String RESOLUTION

Since: API Level 1

The resolution of the video file, formatted as "XxY"

Type: TEXT

Constant Value: "resolution"

public static final String TAGS

Since: API Level 1

The user-added tags associated with a video

Type: TEXT

Constant Value: "tags"