Lines Matching full:playlist
587 /** Default playlist folder */
652 * MTP Playlist structure
655 uint32_t playlist_id; /**< Unique playlist ID */
657 uint32_t storage_id; /**< ID of storage holding this playlist */
658 char *name; /**< Name of playlist */
659 uint32_t *tracks; /**< The tracks in this playlist */
660 uint32_t no_tracks; /**< The number of tracks in this playlist */
661 LIBMTP_playlist_t *next; /**< Next playlist or NULL if last playlist */
668 uint32_t album_id; /**< Unique playlist ID */
901 * @defgroup playlists The audio/video playlist management API.