njb_songid_struct
njb_songid_struct
Section: libnjb (3) Updated: 6 Mar 2010 Local index
Up
NAME
njb_songid_struct -
SYNOPSIS
#include <libnjb.h>
Data Fields
u_int32_t trid
u_int16_t nframes
njb_songid_frame_t * first
njb_songid_frame_t * last
njb_songid_frame_t * cur
njb_songid_t * next
Detailed Description
The song ID struct is used for holding metadata about a particular track.
Examples:
gettr.c, sendtr.c, tagtr.c, and tracks.c.
Field Documentation
njb_songid_frame_t* njb_songid_struct::curA pointer to the current frame
Referenced by NJB_Songid_Addframe(), NJB_Songid_Getframe(), and NJB_Songid_Reset_Getframe().
njb_songid_frame_t* njb_songid_struct::firstA pointer to the first frame
Referenced by NJB_Songid_Addframe(), and NJB_Songid_Reset_Getframe().
njb_songid_frame_t* njb_songid_struct::lastA pointer to the last frame
Referenced by NJB_Songid_Addframe().
njb_songid_t* njb_songid_struct::nextUsed internally on series 3 devices for spanning lists of song IDs only
Referenced by NJB_Songid_New().
u_int16_t njb_songid_struct::nframesThe number of frames in this song ID
Referenced by NJB_Songid_Addframe(), songid_pack(), and songid_pack3().
u_int32_t njb_songid_struct::tridThe track ID as used on the device
Examples:
gettr.c, and tracks.c.
Author
Generated automatically by Doxygen for libnjb from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Data Fields
-
- Detailed Description
-
- Field Documentation
-
- njb_songid_frame_t* njb_songid_struct::curA pointer to the current frame
-
- njb_songid_frame_t* njb_songid_struct::firstA pointer to the first frame
-
- njb_songid_frame_t* njb_songid_struct::lastA pointer to the last frame
-
- njb_songid_t* njb_songid_struct::nextUsed internally on series 3 devices for spanning lists of song IDs only
-
- u_int16_t njb_songid_struct::nframesThe number of frames in this song ID
-
- u_int32_t njb_songid_struct::tridThe track ID as used on the device
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:51:25 GMT, April 16, 2011