#include <libmtp.h>
| Data Fields | |
| uint32_t | playlist_id | 
| char * | name | 
| uint32_t * | tracks | 
| uint32_t | no_tracks | 
| LIBMTP_playlist_t * | next | 
getplaylist.c, and playlists.c.
| uint32_t LIBMTP_playlist_struct::playlist_id | 
Unique playlist ID
Name of playlist
| uint32_t* LIBMTP_playlist_struct::tracks | 
The tracks in this playlist
| uint32_t LIBMTP_playlist_struct::no_tracks | 
The number of tracks in this playlist
Next playlist or NULL if last playlist
 1.5.1
 1.5.1