ReactOS
0.4.15-dev-2320-gf3e1697
|
#include <mpg123.h>
Public Attributes | |
char | lang [3] |
char | id [4] |
mpg123_string | description |
mpg123_string | text |
Sub data structure for ID3v2, for storing various text fields (including comments). This is for ID3v2 COMM, TXXX and all the other text fields. Only COMM, TXXX and USLT may have a description, only COMM and USLT have a language. You should consult the ID3v2 specification for the use of the various text fields ("frames" in ID3v2 documentation, I use "fields" here to separate from MPEG frames).
mpg123_string mpg123_text::description |
Empty for the generic comment...
Definition at line 1379 of file mpg123.h.
Referenced by free_mpg123_text(), init_mpg123_text(), process_comment(), and process_extra().
char mpg123_text::id[4] |
The ID3v2 text field id, like TALB, TPE2, ... (4 characters, no string termination).
Definition at line 1378 of file mpg123.h.
Referenced by init_mpg123_text(), process_comment(), and process_extra().
char mpg123_text::lang[3] |
Three-letter language code (not terminated).
Definition at line 1377 of file mpg123.h.
Referenced by init_mpg123_text(), and process_comment().
mpg123_string mpg123_text::text |
...
Definition at line 1380 of file mpg123.h.
Referenced by free_mpg123_text(), init_mpg123_text(), process_comment(), and process_extra().