/**@class android.provider.MediaStore.Video.Media
 implements android.provider.MediaStore.Video.VideoColumns

@extends java.lang.Object

*/
var Media = {

/** The content:// style URI for the internal storage.
*/
INTERNAL_CONTENT_URI : "null",
/** The content:// style URI for the "primary" external storage
 volume.
*/
EXTERNAL_CONTENT_URI : "null",
/** The MIME type for this table.
*/
CONTENT_TYPE : "vnd.android.cursor.dir/video",
/** The default sort order for this table
*/
DEFAULT_SORT_ORDER : "title",
/**Get the content:// style URI for the video media table on the
 given volume.
@param {String} volumeName the name of the volume to get the URI for
@return {Object {android.net.Uri}} the URI to the video media table on the given volume
*/
getContentUri : function(  ) {},

/**
@hide 
*/
getContentUri : function(  ) {},


};