android.provider.MediaStore.Audio.PlaylistsColumns |
Known Indirect Subclasses |
Columns representing a playlist
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 |
The data stream for the playlist file
Type: DATA STREAM
The time the file was added to the media provider Units are seconds since 1970.
Type: INTEGER (long)
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)
The name of the playlist
Type: TEXT