ReactOS 0.4.16-dev-716-g2b2bdab
|
#include <mpg123.h>
Public Attributes | |
unsigned char | version |
mpg123_string * | title |
mpg123_string * | artist |
mpg123_string * | album |
mpg123_string * | year |
mpg123_string * | genre |
mpg123_string * | comment |
mpg123_text * | comment_list |
size_t | comments |
mpg123_text * | text |
size_t | texts |
mpg123_text * | extra |
size_t | extras |
mpg123_picture * | picture |
size_t | pictures |
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.