#include <libmtp.h>
| Data Fields | |
| uint32_t | album_id | 
| char * | name | 
| uint32_t * | tracks | 
| uint32_t | no_tracks | 
| LIBMTP_album_t * | next | 
| uint32_t LIBMTP_album_struct::album_id | 
Unique playlist ID
Name 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
 1.5.1
 1.5.1