id3_util
- ID3 Tag UtilitiesThe ID3_UTIL functions ... are used by tag311!
id3Assign()
- sets the fields in an ID3 tag.id3Create()
- creates an empty ID3 tag.id3Destroy()
- deletes an ID3 tag.id3Encode()
- encodes an ID3 tag into its file format.id3Get()
- gets the ID3 tag from a named file.id3GetF()
- gets the ID3 tag from an open file.id3IsEmpty()
- checks if an ID3 tag is empty.id3Set()
- sets the ID3 tag in a named file.id3SetF()
- sets the ID3 tag in an open file.id3Strip()
- strips the ID3 tag from a named file.id3StripF()
- strips the ID3 tag from an open file.id3Version()
- gets an ID3 tag's version.id3Album()
- gets/sets a field in an ID3 tag.id3Artist()
- gets/sets a field in an ID3 tag.id3Comment()
- gets/sets a field in an ID3 tag.id3Genre()
- gets/sets a field in an ID3 tag.id3Song()
- gets/sets a field in an ID3 tag.id3Track()
- gets/sets a field in an ID3 tag.id3Year()
- gets/sets a field in an ID3 tag.id3Flags()
- gets an ID3v2 tag's header flags.id3Size()
- gets an ID3v2 tag's size.id3FromGenre()
- translates a genre number to its name.id3ToGenre()
- translates a genre name to its number.id3_util.c
id3_util.h