#include <libnjb.h>
Data Fields | |
char * | label |
u_int8_t | type |
union { | |
char * strval | |
u_int8_t u_int8_val | |
u_int16_t u_int16_val | |
u_int32_t u_int32_val | |
u_int64_t u_int64_val | |
} | data |
njb_songid_frame_t * | next |
|
This is a union of possible frame types |
|
terminated string with frame type
|
|
A pointer to the next frame following this one in the song ID |
|
A string value |
|
this tells us which subtype it is
|
|
A 16 bit unsigned integer value |
|
A 32 bit unsigned integer value |
|
A 64 bit unsigned integer value |
|
An 8 bit unsigned integer value |