Frame types for different song ID frames
Frame types for different song ID frames
Section: libnjb (3) Updated: 6 Mar 2010 Local index
Up
NAME
Frame types for different song ID frames -
Defines
#define NJB_TYPE_STRING 0x00
#define NJB_TYPE_UINT16 0x02
#define NJB_TYPE_UINT32 0x03
Define Documentation
#define NJB_TYPE_STRING 0x00A string type song ID frame
Examples:
tracks.c.
Referenced by NJB_Replace_Track_Tag(), NJB_Songid_Frame_Destroy(), NJB_Songid_Frame_New_String(), songid_pack(), and songid_sanity_check().
#define NJB_TYPE_UINT16 0x02An unsigned 16 bit integer type song ID frame
Examples:
tracks.c.
Referenced by NJB_Replace_Track_Tag(), NJB_Songid_Frame_New_Uint16(), songid_pack(), and songid_sanity_check().
#define NJB_TYPE_UINT32 0x03An unsigned 32 bit integer type song ID frame
Examples:
tracks.c.
Referenced by NJB_Replace_Track_Tag(), NJB_Songid_Frame_New_Uint32(), songid_pack(), and songid_sanity_check().
Author
Generated automatically by Doxygen for libnjb from the source code.
Index
- NAME
-
- Defines
-
- Define Documentation
-
- #define NJB_TYPE_STRING 0x00A string type song ID frame
-
- #define NJB_TYPE_UINT16 0x02An unsigned 16 bit integer type song ID frame
-
- #define NJB_TYPE_UINT32 0x03An unsigned 32 bit integer type song ID frame
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:51:25 GMT, April 16, 2011