#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
Referenced by NJB_Playlist_Addtrack(), NJB_Playlist_Deltrack(), NJB_Playlist_Deltrack_TrackID(), NJB_Playlist_New(), NJB_Playlist_Set_Name(), NJB_Update_Playlist(), and playlist_unpack().
A pointer to the current track in this playlist
Referenced by NJB_Playlist_Addtrack(), NJB_Playlist_Destroy(), NJB_Playlist_Gettrack(), and NJB_Playlist_Reset_Gettrack().
A pointer to the first track in this playlist
Referenced by NJB_Playlist_Addtrack(), NJB_Playlist_Deltrack(), NJB_Playlist_Deltrack_TrackID(), NJB_Playlist_Destroy(), and NJB_Playlist_Reset_Gettrack().
A pointer to the last track in this playlist
Referenced by NJB_Playlist_Addtrack(), and NJB_Playlist_Deltrack().
The name of this playlist
Referenced by NJB_Playlist_Destroy(), NJB_Playlist_Set_Name(), NJB_Update_Playlist(), and playlist_unpack().
Used internally for spanning lists of playlists on series 3 devices only
Referenced by njb3_reset_get_playlist_tag().
u_int32_t njb_playlist_struct::ntracks |
The number of tracks in this playlist
Referenced by NJB_Playlist_Addtrack(), NJB_Playlist_Deltrack(), NJB_Playlist_Deltrack_TrackID(), and NJB_Update_Playlist().
u_int32_t njb_playlist_struct::plid |
The playlist ID for this playlist, as used on the device
Referenced by NJB_Update_Playlist(), and playlist_unpack().