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"