Searched defs:LIBMTP_playlist_struct (Results 1 – 2 of 2) sorted by relevance
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 */
654 struct LIBMTP_playlist_struct { struct655 uint32_t playlist_id; /**< Unique playlist ID */656 uint32_t parent_id; /**< ID of parent folder */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 */