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