Class Database.PlaylistFolderEntry

  • Enclosing class:
    Database

    public static class Database.PlaylistFolderEntry
    extends Object
    Playlist folders can either contain playlists or other folders. Each entry has a flag explaining how the ID should be interpreted.
    • Field Detail

      • name

        public final String name
        The name by which this playlist or folder is known.
      • isFolder

        public final boolean isFolder
        Indicates whether this entry links to another folder or a playlist.
      • id

        public final long id
        The ID of the folder or playlist linked to by this entry.