# Print output for @column tags ?> MediaStore.Video.VideoColumns - Android SDK | Android Developers

Most visited

Recently visited

MediaStore.Video.VideoColumns

public static interface MediaStore.Video.VideoColumns
implements MediaStore.MediaColumns

android.provider.MediaStore.Video.VideoColumns


Video metadata columns.

Summary

Constants

String BOOKMARK

The position within the video item at which playback should be resumed.

String CATEGORY

The YouTube category of the video
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

String COLOR_RANGE

The color range of this media file, if available.

String COLOR_STANDARD

The color standard of this media file, if available.

String COLOR_TRANSFER

The color transfer of this media file, if available.

String DESCRIPTION

The description of the video recording
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

String IS_PRIVATE

Whether the video should be published as public or private
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

String LANGUAGE

The language of the video
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

String LATITUDE

This constant is deprecated. location details are no longer indexed for privacy reasons, and this value is now always null. You can still manually obtain location metadata using ExifInterface#getLatLong(float[]).

String LONGITUDE

This constant is deprecated. location details are no longer indexed for privacy reasons, and this value is now always null. You can still manually obtain location metadata using ExifInterface#getLatLong(float[]).

String MINI_THUMB_MAGIC

This constant is deprecated. all thumbnails should be obtained via MediaStore.Images.Thumbnails#getThumbnail, as this value is no longer supported.

String TAGS

The user-added tags associated with a video
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

Inherited constants

Constants

BOOKMARK

public static final String BOOKMARK

The position within the video item at which playback should be resumed.
Value is a non-negative duration in milliseconds.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER .

Constant Value: "bookmark"

CATEGORY

public static final String CATEGORY

The YouTube category of the video
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING .

Constant Value: "category"

COLOR_RANGE

public static final String COLOR_RANGE

The color range of this media file, if available.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.

See also:

Constant Value: "color_range"

COLOR_STANDARD

public static final String COLOR_STANDARD

The color standard of this media file, if available.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.

See also:

Constant Value: "color_standard"

COLOR_TRANSFER

public static final String COLOR_TRANSFER

The color transfer of this media file, if available.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.

See also:

Constant Value: "color_transfer"

DESCRIPTION

public static final String DESCRIPTION

The description of the video recording
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING , and are read-only and cannot be mutated.

Constant Value: "description"

IS_PRIVATE

public static final String IS_PRIVATE

Whether the video should be published as public or private
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER .

Constant Value: "isprivate"

LANGUAGE

public static final String LANGUAGE

The language of the video
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING .

Constant Value: "language"

LATITUDE

public static final String LATITUDE

This constant is deprecated.
location details are no longer indexed for privacy reasons, and this value is now always null. You can still manually obtain location metadata using ExifInterface#getLatLong(float[]).

The latitude where the video was captured.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_FLOAT , and are read-only and cannot be mutated.

Constant Value: "latitude"

LONGITUDE

public static final String LONGITUDE

This constant is deprecated.
location details are no longer indexed for privacy reasons, and this value is now always null. You can still manually obtain location metadata using ExifInterface#getLatLong(float[]).

The longitude where the video was captured.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_FLOAT , and are read-only and cannot be mutated.

Constant Value: "longitude"

MINI_THUMB_MAGIC

public static final String MINI_THUMB_MAGIC

This constant is deprecated.
all thumbnails should be obtained via MediaStore.Images.Thumbnails#getThumbnail, as this value is no longer supported.

The mini thumb id.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER .

Constant Value: "mini_thumb_magic"

TAGS

public static final String TAGS

The user-added tags associated with a video
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING .

Constant Value: "tags"