to top
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