Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static final class

MediaStore.Video

extends Object
java.lang.Object
   ↳ android.provider.MediaStore.Video

Summary

Nested Classes
class MediaStore.Video.Media  
class MediaStore.Video.Thumbnails This class allows developers to query and get two kinds of thumbnails: MINI_KIND: 512 x 384 thumbnail MICRO_KIND: 96 x 96 thumbnail  
interface MediaStore.Video.VideoColumns  
Constants
String DEFAULT_SORT_ORDER The default sort order for this table.
Public Constructors
MediaStore.Video ()
Public Methods
final static Cursor query ( ContentResolver cr, Uri uri, String[] projection)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DEFAULT_SORT_ORDER

Added in API level 1

The default sort order for this table.

Constant Value: "_display_name"

Public Constructors

public MediaStore.Video ()

Added in API level 1

Public Methods

public static final Cursor query ( ContentResolver cr, Uri uri, String[] projection)

Added in API level 1