Android
android.provider
public static interface

android.provider.MediaStore.Audio.PlaylistsColumns

android.provider.MediaStore.Audio.PlaylistsColumns

Columns representing a playlist

Known Indirect Subclasses

Summary

Constants

      Value  
String  DATA  The data stream for the playlist file

Type: DATA STREAM

 
"_data" 
String  DATE_ADDED  The time the file was added to the media provider Units are seconds since 1970.  "date_added" 
String  DATE_MODIFIED  The time the file was last modified Units are seconds since 1970.  "date_modified" 
String  NAME  The name of the playlist

Type: TEXT

 
"name" 

Details

Constants

public static final String DATA

The data stream for the playlist file

Type: DATA STREAM

Constant Value: "_data"

public static final String DATE_ADDED

The time the file was added to the media provider Units are seconds since 1970.

Type: INTEGER (long)

Constant Value: "date_added"

public static final String DATE_MODIFIED

The time the file was last modified Units are seconds since 1970. NOTE: This is for internal use by the media scanner. Do not modify this field.

Type: INTEGER (long)

Constant Value: "date_modified"

public static final String NAME

The name of the playlist

Type: TEXT

Constant Value: "name"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56