Android
android.provider
public static interface

android.provider.MediaStore.Video.VideoColumns

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

Summary

Constants

      Value  
String  ALBUM  The album the video file is from, if any

Type: TEXT

 
"album" 
String  ARTIST  The artist who created the video file, if any

Type: TEXT

 
"artist" 
String  CATEGORY  The YouTube category of the video

Type: TEXT

 
"category" 
String  DATE_TAKEN  The date & time that the image was taken in units of milliseconds since jan 1, 1970.  "datetaken" 
String  DESCRIPTION  The description of the video recording

Type: TEXT

 
"description" 
String  DURATION  The duration of the video file, in ms

Type: INTEGER (long)

 
"duration" 
String  IS_PRIVATE  Whether the video should be published as public or private

Type: INTEGER

 
"isprivate" 
String  LANGUAGE  The language of the video

Type: TEXT

 
"language" 
String  LATITUDE  The latitude where the image was captured.  "latitude" 
String  LONGITUDE  The longitude where the image was captured.  "longitude" 
String  MINI_THUMB_MAGIC  The mini thumb id.  "mini_thumb_magic" 
String  RESOLUTION  The resolution of the video file, formatted as "XxY"

Type: TEXT

 
"resolution" 
String  TAGS  The user-added tags associated with a video

Type: TEXT

 
"tags" 
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.MediaStore.MediaColumns

Details

Constants

public static final String ALBUM

The album the video file is from, if any

Type: TEXT

Constant Value: "album"

public static final String ARTIST

The artist who created the video file, if any

Type: TEXT

Constant Value: "artist"

public static final String CATEGORY

The YouTube category of the video

Type: TEXT

Constant Value: "category"

public static final String DATE_TAKEN

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

The description of the video recording

Type: TEXT

Constant Value: "description"

public static final String DURATION

The duration of the video file, in ms

Type: INTEGER (long)

Constant Value: "duration"

public static final String IS_PRIVATE

Whether the video should be published as public or private

Type: INTEGER

Constant Value: "isprivate"

public static final String LANGUAGE

The language of the video

Type: TEXT

Constant Value: "language"

public static final String LATITUDE

The latitude where the image was captured.

Type: DOUBLE

Constant Value: "latitude"

public static final String LONGITUDE

The longitude where the image was captured.

Type: DOUBLE

Constant Value: "longitude"

public static final String MINI_THUMB_MAGIC

The mini thumb id.

Type: INTEGER

Constant Value: "mini_thumb_magic"

public static final String RESOLUTION

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

Type: TEXT

Constant Value: "resolution"

public static final String TAGS

The user-added tags associated with a video

Type: TEXT

Constant Value: "tags"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56