Android
android.provider
public static final class

android.provider.MediaStore.Audio.Playlists

java.lang.Object
android.provider.MediaStore.Audio.Playlists BaseColumns MediaStore.Audio.PlaylistsColumns

Contains playlists for audio files

Nested Classes
MediaStore.Audio.Playlists.Members Sub-directory of each playlist containing all members. 

Summary

Constants

      Value  
String  CONTENT_TYPE  The MIME type for this table.  "vnd.android.cursor.dir/playlist" 
String  DEFAULT_SORT_ORDER  The default sort order for this table   "name" 
String  ENTRY_CONTENT_TYPE  The MIME type for entries in this table.  "vnd.android.cursor.item/playlist" 
Uri  EXTERNAL_CONTENT_URI  The content:// style URI for the "primary" external storage volume.     
Uri  INTERNAL_CONTENT_URI  The content:// style URI for the internal storage.     
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.MediaStore.Audio.PlaylistsColumns

Public Constructors

            MediaStore.Audio.Playlists()

Public Methods

      static    Uri  getContentUri(String volumeName)
Get the content:// style URI for the audio playlists table on the given volume.
Methods inherited from class java.lang.Object

Details

Constants

public static final String CONTENT_TYPE

The MIME type for this table.
Constant Value: "vnd.android.cursor.dir/playlist"

public static final String DEFAULT_SORT_ORDER

The default sort order for this table
Constant Value: "name"

public static final String ENTRY_CONTENT_TYPE

The MIME type for entries in this table.
Constant Value: "vnd.android.cursor.item/playlist"

public static final Uri EXTERNAL_CONTENT_URI

The content:// style URI for the "primary" external storage volume.

public static final Uri INTERNAL_CONTENT_URI

The content:// style URI for the internal storage.

Public Constructors

public MediaStore.Audio.Playlists()

Public Methods

public static Uri getContentUri(String volumeName)

Get the content:// style URI for the audio playlists table on the given volume.

Parameters

volumeName the name of the volume to get the URI for

Returns

  • the URI to the audio playlists table on the given volume
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56