Searched defs:LIBMTP_playlist_struct (Results 1 – 2 of 2) sorted by relevance
653 struct LIBMTP_playlist_struct { struct654 uint32_t playlist_id; /**< Unique playlist ID */655 uint32_t parent_id; /**< ID of parent folder */656 uint32_t storage_id; /**< ID of storage holding this playlist */657 char *name; /**< Name of playlist */658 uint32_t *tracks; /**< The tracks in this playlist */659 uint32_t no_tracks; /**< The number of tracks in this playlist */660 LIBMTP_playlist_t *next; /**< Next playlist or NULL if last playlist */
652 struct LIBMTP_playlist_struct { struct653 uint32_t playlist_id; /**< Unique playlist ID */654 uint32_t parent_id; /**< ID of parent folder */655 uint32_t storage_id; /**< ID of storage holding this playlist */656 char *name; /**< Name of playlist */657 uint32_t *tracks; /**< The tracks in this playlist */658 uint32_t no_tracks; /**< The number of tracks in this playlist */659 LIBMTP_playlist_t *next; /**< Next playlist or NULL if last playlist */