#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 |
|
Unique playlist ID |
|
Name of album artist
|
|
Name of recording composer
|
|
Genre of album
|
|
Name of album
|
|
Next album or NULL if last album
|
|
The number of tracks in this album
|
|
ID of parent folder |
|
ID of storage holding this album
|
|
The tracks in this album
|