Home
last modified time | relevance | path

Searched defs:LIBMTP_album_struct (Results 1 – 2 of 2) sorted by relevance

/external/libmtp/src/
Dlibmtp.h.in665 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 */
[all …]
Dlibmtp.h667 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 */
[all …]