libnjb 2.2.6
|
#include <libnjb.h>
Data Fields | |
u_int32_t | trackid |
struct njb_playlist_track_struct * | prev |
struct njb_playlist_track_struct * | next |
This struct is used for representing a track that is part of a njb_playlist_t
playlist
pl.c, and playlists.c.
The next track in the playlist
Referenced by NJB_Playlist_Addtrack(), NJB_Playlist_Deltrack(), NJB_Playlist_Deltrack_TrackID(), NJB_Playlist_Destroy(), and NJB_Playlist_Gettrack().
The previous track in the playlist
Referenced by NJB_Playlist_Addtrack(), NJB_Playlist_Deltrack(), and NJB_Playlist_Deltrack_TrackID().
u_int32_t njb_playlist_track_struct::trackid |
The track ID as used on the device
Referenced by NJB_Playlist_Deltrack_TrackID(), NJB_Playlist_Track_New(), and NJB_Update_Playlist().