You could access this page securely.
API documentation for libmpg123, libout123, and libsyn123
Note:
This API doc is automatically generated from the current development version that you can get via Subversion or as a daily snapshot from http://mpg123.org/snapshot.
There may be differences (additions) compared to the latest stable release. See
NEWS.libmpg123,
NEWS.libout123,
NEWS.libsyn123,
and the overall NEWS file on libmpg123 versions and important changes between them.
Let me emphasize that the policy for the lib*123 family is to always stay backwards compatible -- only additions are planned (and it's not yet planned to change the plans;-).
Let me emphasize that the policy for the lib*123 family is to always stay backwards compatible -- only additions are planned (and it's not yet planned to change the plans;-).
mpg123_id3v2 Struct Reference
#include <mpg123.h>
Collaboration diagram for mpg123_id3v2:
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 |
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.
Member Data Documentation
◆ version
unsigned char mpg123_id3v2::version |
◆ title
mpg123_string* mpg123_id3v2::title |
◆ artist
mpg123_string* mpg123_id3v2::artist |
◆ album
mpg123_string* mpg123_id3v2::album |
◆ year
mpg123_string* mpg123_id3v2::year |
◆ genre
mpg123_string* mpg123_id3v2::genre |
◆ comment
mpg123_string* mpg123_id3v2::comment |
◆ comment_list
mpg123_text* mpg123_id3v2::comment_list |
◆ comments
◆ text
mpg123_text* mpg123_id3v2::text |
◆ texts
◆ extra
mpg123_text* mpg123_id3v2::extra |
◆ extras
size_t mpg123_id3v2::extras |
◆ picture
mpg123_picture* mpg123_id3v2::picture |
◆ pictures
size_t mpg123_id3v2::pictures |
The documentation for this struct was generated from the following file: