#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.
|
Name of playlist
|
|
Next playlist or NULL if last playlist
|
|
The number of tracks in this playlist
|
|
Unique playlist ID
|
|
The tracks in this playlist
|