mpg123 logo
download : svn :: features :: sf.net project - bug tracker :: news archive
libmpg123 API :: testing :: benchmarking :: faq :: links :: contact
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 and the overall NEWS file on libmpg123 versions and important changes between them.
Let me emphasize that the policy for libmpg123 is to always stay backwards compatible -- only additions are planned (and it's not yet planned to change the plans;-).

mpg123_text Struct Reference
[mpg123 metadata handling]

#include <mpg123.h>


Data Fields

char lang [3]
char id [4]
mpg123_string description
mpg123_string text

Detailed Description

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 and TXXX have a description, only COMM has 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).

Definition at line 622 of file mpg123.h.


Field Documentation

char mpg123_text::lang[3]

Three-letter language code (not terminated).

Definition at line 624 of file mpg123.h.

char mpg123_text::id[4]

The ID3v2 text field id, like TALB, TPE2, ... (4 characters, no string termination).

Definition at line 625 of file mpg123.h.

mpg123_string mpg123_text::description

Empty for the generic comment...

Definition at line 626 of file mpg123.h.

mpg123_string mpg123_text::text

...

Definition at line 627 of file mpg123.h.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 3 13:03:37 2008 for libmpg123 by  doxygen 1.5.4