FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ID3v2EncContext Struct Reference

#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
 

Detailed Description

Definition at line 49 of file id3v2.h.

Field Documentation

int ID3v2EncContext::version

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(), id3v2_put_ttag(), and 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::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(), write_chapter(), and write_metadata().


The documentation for this struct was generated from the following file: