FFmpeg
Loading...
Searching...
No Matches
ID3v2ExtraMeta Struct Reference

#include <id3v2.h>

Data Fields

const char * tag
 
struct ID3v2ExtraMetanext
 
union { 
 
   ID3v2ExtraMetaAPIC   apic 
 
   ID3v2ExtraMetaCHAP   chap 
 
   ID3v2ExtraMetaGEOB   geob 
 
   ID3v2ExtraMetaPRIV   priv 
 
data 
 

Detailed Description

Definition at line 84 of file id3v2.h.

Field Documentation

◆ tag

◆ next

struct ID3v2ExtraMeta* ID3v2ExtraMeta::next

◆ apic

ID3v2ExtraMetaAPIC ID3v2ExtraMeta::apic

Definition at line 88 of file id3v2.h.

Referenced by ff_id3v2_parse_apic(), parse_id3(), and read_apic().

◆ chap

ID3v2ExtraMetaCHAP ID3v2ExtraMeta::chap

Definition at line 89 of file id3v2.h.

Referenced by ff_id3v2_parse_chapters(), and read_chapter().

◆ geob

ID3v2ExtraMetaGEOB ID3v2ExtraMeta::geob

Definition at line 90 of file id3v2.h.

Referenced by decrypt_init(), and read_geobtag().

◆ priv

ID3v2ExtraMetaPRIV ID3v2ExtraMeta::priv

Definition at line 91 of file id3v2.h.

Referenced by ff_id3v2_parse_priv_dict(), parse_id3(), and read_priv().

◆ [union]


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