ID3v2EMFunc Struct Reference

Data Fields

const char * tag3
 
const char * tag4
 
void(* read )(AVFormatContext *, AVIOContext *, int, char *, ID3v2ExtraMeta **)
 
void(* free )(void *obj)
 

Detailed Description

Definition at line 541 of file id3v2.c.

Field Documentation

void(* ID3v2EMFunc::free) (void *obj)

Definition at line 545 of file id3v2.c.

Referenced by ff_id3v2_free_extra_meta().

void(* ID3v2EMFunc::read) (AVFormatContext *, AVIOContext *, int, char *, ID3v2ExtraMeta **)

Definition at line 544 of file id3v2.c.

Referenced by ff_id3v2_parse().

const char* ID3v2EMFunc::tag3

Definition at line 542 of file id3v2.c.

Referenced by get_extra_meta_func().

const char* ID3v2EMFunc::tag4

Definition at line 543 of file id3v2.c.

Referenced by get_extra_meta_func().


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