#include <id3v2.h>
Data Fields | |
int | version |
ID3v2 minor version, either 3 or 4. | |
int64_t | size_pos |
offset of the tag total size | |
int | len |
size of the tag written so far |
Definition at line 49 of file id3v2.h.
size of the tag written so far
Definition at line 52 of file id3v2.h.
Referenced by ff_id3v2_finish(), ff_id3v2_write_apic(), and ff_id3v2_write_metadata().
int64_t ID3v2EncContext::size_pos |
offset of the tag total size
Definition at line 51 of file id3v2.h.
Referenced by ff_id3v2_finish(), and ff_id3v2_start().
ID3v2 minor version, either 3 or 4.
Definition at line 50 of file id3v2.h.
Referenced by ff_id3v2_start(), ff_id3v2_write_apic(), ff_id3v2_write_metadata(), and id3v2_put_ttag().