#include <libmtp.h>
Data Fields | |
uint32_t | album_id |
uint32_t | parent_id |
uint32_t | storage_id |
char * | name |
char * | artist |
char * | composer |
char * | genre |
uint32_t * | tracks |
uint32_t | no_tracks |
LIBMTP_album_t * | next |
uint32_t LIBMTP_album_struct::album_id |
Unique playlist ID
uint32_t LIBMTP_album_struct::parent_id |
ID of parent folder
uint32_t LIBMTP_album_struct::storage_id |
ID of storage holding this album
Name of album
Name of album artist
Name of recording composer
Genre of album
uint32_t* LIBMTP_album_struct::tracks |
The tracks in this album
uint32_t LIBMTP_album_struct::no_tracks |
The number of tracks in this album
Next album or NULL if last album