android.provider
Class MediaStore.Video

java.lang.Object
  extended by android.provider.MediaStore.Video
Enclosing class:
MediaStore

public static final class MediaStore.Video
extends Object


Nested Class Summary
static class MediaStore.Video.Media
           
static class MediaStore.Video.Thumbnails
           
static interface MediaStore.Video.VideoColumns
           
 
Field Summary
static String DEFAULT_SORT_ORDER
           
 
Constructor Summary
MediaStore.Video()
           
 
Method Summary
static Cursor query(ContentResolver cr, Uri uri, String[] projection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SORT_ORDER

public static final String DEFAULT_SORT_ORDER
See Also:
Constant Field Values
Constructor Detail

MediaStore.Video

public MediaStore.Video()
Method Detail

query

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


Copyright © 2008-2012. All Rights Reserved.