FFmpeg
Data Fields
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

Definition at line 51 of file id3v2.h.

Field Documentation

◆ version

int ID3v2EncContext::version

ID3v2 minor version, either 3 or 4.

Definition at line 52 of file id3v2.h.

Referenced by ff_id3v2_start(), ff_id3v2_write_apic(), ff_id3v2_write_metadata(), id3v2_put_priv(), id3v2_put_ttag(), and write_metadata().

◆ size_pos

int64_t ID3v2EncContext::size_pos

offset of the tag total size

Definition at line 53 of file id3v2.h.

Referenced by ff_id3v2_finish(), and ff_id3v2_start().

◆ len

int ID3v2EncContext::len

size of the tag written so far

Definition at line 54 of file id3v2.h.

Referenced by ff_id3v2_finish(), ff_id3v2_write_apic(), write_chapter(), write_ctoc(), and write_metadata().


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