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_frameinfo Struct Reference
[mpg123 status and information]

#include <mpg123.h>


Data Fields

enum mpg123_version version
int layer
long rate
enum mpg123_mode mode
int mode_ext
int framesize
enum mpg123_flags flags
int emphasis
int bitrate
int abr_rate
enum mpg123_vbr vbr

Detailed Description

Data structure for storing information about a frame of MPEG Audio

Definition at line 580 of file mpg123.h.


Field Documentation

enum mpg123_version mpg123_frameinfo::version

The MPEG version (1.0/2.0/2.5).

Definition at line 582 of file mpg123.h.

int mpg123_frameinfo::layer

The MPEG Audio Layer (MP1/MP2/MP3).

Definition at line 583 of file mpg123.h.

long mpg123_frameinfo::rate

The sampling rate in Hz.

Definition at line 584 of file mpg123.h.

enum mpg123_mode mpg123_frameinfo::mode

The audio mode (Mono, Stereo, Joint-stero, Dual Channel).

Definition at line 585 of file mpg123.h.

int mpg123_frameinfo::mode_ext

The mode extension bit flag.

Definition at line 586 of file mpg123.h.

int mpg123_frameinfo::framesize

The size of the frame (in bytes).

Definition at line 587 of file mpg123.h.

enum mpg123_flags mpg123_frameinfo::flags

MPEG Audio flag bits.

Definition at line 588 of file mpg123.h.

int mpg123_frameinfo::emphasis

The emphasis type.

Definition at line 589 of file mpg123.h.

int mpg123_frameinfo::bitrate

Bitrate of the frame (kbps).

Definition at line 590 of file mpg123.h.

int mpg123_frameinfo::abr_rate

The target average bitrate.

Definition at line 591 of file mpg123.h.

enum mpg123_vbr mpg123_frameinfo::vbr

The VBR mode.

Definition at line 592 of file mpg123.h.


The documentation for this struct was generated from the following file:
Generated on Mon Dec 29 23:37:35 2008 for libmpg123 by  doxygen 1.5.4