Lines Matching defs:LIBMTP_album_struct
667 struct LIBMTP_album_struct { struct
668 uint32_t album_id; /**< Unique playlist ID */
669 uint32_t parent_id; /**< ID of parent folder */
670 uint32_t storage_id; /**< ID of storage holding this album */
671 char *name; /**< Name of album */
672 char *artist; /**< Name of album artist */
673 char *composer; /**< Name of recording composer */
674 char *genre; /**< Genre of album */
675 uint32_t *tracks; /**< The tracks in this album */
676 uint32_t no_tracks; /**< The number of tracks in this album */
677 LIBMTP_album_t *next; /**< Next album or NULL if last album */