Mp3tag is a library for reading the meta-data of mp3 audio files. Currently it supports only ID3v1.
Id3V1Tag Struct Reference
Struct with the layout of id3tags version 1. More...
#include <mp3tag.h>
Data Fields | |
| char | tag [3] |
| char | title [MP3_ID3_TITLE_LENGTH] |
| char | artist [MP3_ID3_ARTIST_LENGTH] |
| char | album [MP3_ID3_ALBUM_LENGTH] |
| char | year [MP3_ID3_YEAR_LENGTH] |
| char | comment [MP3_ID3_COMMENT_LENGTH] |
| char | genre |
Detailed Description
Struct with the layout of id3tags version 1.
- Attention:
- Strings are either space- or zero-padded. Unset string entries are filled using an empty string. Strings not allways null-terminated.
Size: 128 bytes
Definition at line 45 of file mp3tag.h.
Field Documentation
| char album[MP3_ID3_ALBUM_LENGTH] |
| char artist[MP3_ID3_ARTIST_LENGTH] |
| char comment[MP3_ID3_COMMENT_LENGTH] |
| char genre |
| char title[MP3_ID3_TITLE_LENGTH] |
Generated on Sun Jul 17 2022 03:42:55 by
1.7.2