FFmpeg
|
ID3v2EncContext Struct Reference
#include <id3v2.h>
Data Fields | |
int | version |
ID3v2 minor version, either 3 or 4. More... | |
int64_t | size_pos |
offset of the tag total size More... | |
int | len |
size of the tag written so far More... | |
Detailed Description
Field Documentation
int ID3v2EncContext::len |
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().
int ID3v2EncContext::version |
ID3v2 minor version, either 3 or 4.
Definition at line 50 of file id3v2.h.
Referenced by 7digital-python.lockerEndpoint.Track::__init__(), 7digital-python.lib.oauth.OAuthServer::_get_version(), ff_id3v2_start(), ff_id3v2_write_apic(), ff_id3v2_write_metadata(), and id3v2_put_ttag().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11