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

? Examples
MediaStore.Video()
Public Methods

? Examples
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.