to top
Android APIs
Added in API level 1
public static interface

MediaStore.Audio.PlaylistsColumns

android.provider.MediaStore.Audio.PlaylistsColumns
Known Indirect Subclasses

Class Overview

Columns representing a playlist

Summary

Constants
String DATA The data stream for the playlist file

Type: DATA STREAM

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

Type: TEXT

Constants

public static final String DATA

Added in API level 1

The data stream for the playlist file

Type: DATA STREAM

Constant Value: "_data"

public static final String DATE_ADDED

Added in API level 1

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

Added in API level 1

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

Added in API level 1

The name of the playlist

Type: TEXT

Constant Value: "name"
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.