ReactOS 0.4.15-dev-7994-gb388cb6

#include <mpg123.h>

Collaboration diagram for mpg123_id3v2:

Public Attributes

unsigned char version
 
mpg123_stringtitle
 
mpg123_stringartist
 
mpg123_stringalbum
 
mpg123_stringyear
 
mpg123_stringgenre
 
mpg123_stringcomment
 
mpg123_textcomment_list
 
size_t comments
 
mpg123_texttext
 
size_t texts
 
mpg123_textextra
 
size_t extras
 
mpg123_picturepicture
 
size_t pictures
 

Detailed Description

Data structure for storing IDV3v2 tags. This structure is not a direct binary mapping with the file contents. The ID3v2 text frames are allowed to contain multiple strings. So check for null bytes until you reach the mpg123_string fill. All text is encoded in UTF-8.

Definition at line 1427 of file mpg123.h.


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