#include <libnjb.h>
Data Fields | |
| char * | name |
| int | _state |
| u_int32_t | ntracks |
| u_int32_t | plid |
| njb_playlist_track_t * | first |
| njb_playlist_track_t * | last |
| njb_playlist_track_t * | cur |
| njb_playlist_t * | nextpl |
njb_playlist_track_t tracks.pl.c, and playlists.c.
|
|
The state of this playlist
|
|
|
A pointer to the current track in this playlist |
|
|
A pointer to the first track in this playlist |
|
|
A pointer to the last track in this playlist |
|
|
The name of this playlist
|
|
|
Used internally for spanning lists of playlists on series 3 devices only |
|
|
The number of tracks in this playlist
|
|
|
The playlist ID for this playlist, as used on the device
|
1.4.4