|
Defines |
#define | UNICODE_ON_NJB1 |
#define | FR_UNI_TITLE "UNI_TITLE" |
#define | FR_UNI_ALBUM "UNI_ALBUM" |
#define | FR_UNI_GENRE "UNI_GENRE" |
#define | FR_UNI_ARTIST "UNI_ARTIST" |
#define | FR_UNI_FNAME "UNI_FNAME" |
Functions |
njb_songid_t * | NJB_Songid_New (void) |
njb_songid_t * | songid_unpack (void *data, size_t nbytes) |
unsigned char * | songid_pack (njb_songid_t *song, u_int32_t *tagsize) |
unsigned char * | songid_pack3 (njb_songid_t *song, u_int32_t *tagsize) |
void | NJB_Songid_Addframe (njb_songid_t *song, njb_songid_frame_t *frame) |
void | NJB_Songid_Destroy (njb_songid_t *songid) |
void | NJB_Songid_Reset_Getframe (njb_songid_t *song) |
njb_songid_frame_t * | NJB_Songid_Getframe (njb_songid_t *song) |
njb_songid_frame_t * | NJB_Songid_Findframe (njb_songid_t *song, const char *label) |
int | songid_sanity_check (njb_t *njb, njb_songid_t *songid) |
njb_songid_frame_t * | NJB_Songid_Frame_New_String (const char *label, const char *value) |
njb_songid_frame_t * | NJB_Songid_Frame_New_Codec (const char *value) |
njb_songid_frame_t * | NJB_Songid_Frame_New_Uint16 (const char *label, u_int16_t value) |
njb_songid_frame_t * | NJB_Songid_Frame_New_Uint32 (const char *label, u_int32_t value) |
void | NJB_Songid_Frame_Destroy (njb_songid_frame_t *frame) |
Variables |
int | __sub_depth |
int | njb_unicode_flag |