public static interface MediaStore.Video.VideoColumns extends MediaStore.MediaColumns
Modifier and Type | Field and Description |
---|---|
static String |
ALBUM
The album the video file is from, if any
Type: TEXT
|
static String |
ARTIST
The artist who created the video file, if any
Type: TEXT
|
static String |
BOOKMARK
The bookmark for the video.
|
static String |
BUCKET_DISPLAY_NAME
The bucket display name of the video.
|
static String |
BUCKET_ID
The bucket id of the video.
|
static String |
CATEGORY
The YouTube category of the video
Type: TEXT
|
static String |
DATE_TAKEN
The date & time that the video was taken in units
of milliseconds since jan 1, 1970.
|
static String |
DESCRIPTION
The description of the video recording
Type: TEXT
|
static String |
DURATION
The duration of the video file, in ms
Type: INTEGER (long)
|
static String |
IS_PRIVATE
Whether the video should be published as public or private
Type: INTEGER
|
static String |
LANGUAGE
The language of the video
Type: TEXT
|
static String |
LATITUDE
The latitude where the video was captured.
|
static String |
LONGITUDE
The longitude where the video was captured.
|
static String |
MINI_THUMB_MAGIC
The mini thumb id.
|
static String |
RESOLUTION
The resolution of the video file, formatted as "XxY"
Type: TEXT
|
static String |
TAGS
The user-added tags associated with a video
Type: TEXT
|
DATA, DATE_ADDED, DATE_MODIFIED, DISPLAY_NAME, HEIGHT, IS_DRM, MEDIA_SCANNER_NEW_OBJECT_ID, MIME_TYPE, SIZE, TITLE, WIDTH
_COUNT, _ID
static final String DURATION
Type: INTEGER (long)
static final String ARTIST
Type: TEXT
static final String ALBUM
Type: TEXT
static final String RESOLUTION
Type: TEXT
static final String DESCRIPTION
Type: TEXT
static final String IS_PRIVATE
Type: INTEGER
static final String TAGS
Type: TEXT
static final String CATEGORY
Type: TEXT
static final String LANGUAGE
Type: TEXT
static final String LATITUDE
Type: DOUBLE
static final String LONGITUDE
Type: DOUBLE
static final String DATE_TAKEN
Type: INTEGER
static final String MINI_THUMB_MAGIC
Type: INTEGER
static final String BUCKET_ID
Type: TEXT
static final String BUCKET_DISPLAY_NAME
Type: TEXT
static final String BOOKMARK
Type: INTEGER