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_string Struct Reference
[mpg123 metadata handling]

#include <mpg123.h>


Data Fields

char * p
size_t size
size_t fill

Detailed Description

Data structure for storing strings in a safer way than a standard C-String. Can also hold a number of null-terminated strings.

Definition at line 569 of file mpg123.h.


Field Documentation

char* mpg123_string::p

pointer to the string data

Definition at line 571 of file mpg123.h.

size_t mpg123_string::size

raw number of bytes allocated

Definition at line 572 of file mpg123.h.

size_t mpg123_string::fill

number of used bytes (including closing zero byte)

Definition at line 573 of file mpg123.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 21 19:19:01 2008 for libmpg123 by  doxygen 1.5.4