Android
android.provider
public static final class

android.provider.MediaStore.Video.Media

java.lang.Object
android.provider.MediaStore.Video.Media MediaStore.Video.VideoColumns

Summary

Constants

      Value  
String  CONTENT_TYPE  The MIME type for this table.  "vnd.android.cursor.dir/video" 
String  DEFAULT_SORT_ORDER  The default sort order for this table   "title" 
Uri  EXTERNAL_CONTENT_URI  The content:// style URI for the "primary" external storage volume.     
Uri  INTERNAL_CONTENT_URI  The content:// style URI for the internal storage.     
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.MediaStore.MediaColumns
Constants inherited from interface android.provider.MediaStore.Video.VideoColumns

Public Constructors

            MediaStore.Video.Media()

Public Methods

      static    Uri  getContentUri(String volumeName)
Get the content:// style URI for the video media table on the given volume.
Methods inherited from class java.lang.Object

Details

Constants

public static final String CONTENT_TYPE

The MIME type for this table.
Constant Value: "vnd.android.cursor.dir/video"

public static final String DEFAULT_SORT_ORDER

The default sort order for this table
Constant Value: "title"

public static final Uri EXTERNAL_CONTENT_URI

The content:// style URI for the "primary" external storage volume.

public static final Uri INTERNAL_CONTENT_URI

The content:// style URI for the internal storage.

Public Constructors

public MediaStore.Video.Media()

Public Methods

public static Uri getContentUri(String volumeName)

Get the content:// style URI for the video media table on the given volume.

Parameters

volumeName the name of the volume to get the URI for

Returns

  • the URI to the video media table on the given volume
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56