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;-).
#include <mpg123.h>
Data structure for storing information about a frame of MPEG Audio without enums
Definition at line 1409 of file mpg123.h.
◆ version
int mpg123_frameinfo2::version |
The MPEG version (1.0/2.0/2.5), enum mpg123_version.
Definition at line 1411 of file mpg123.h.
◆ layer
int mpg123_frameinfo2::layer |
The MPEG Audio Layer (MP1/MP2/MP3).
Definition at line 1412 of file mpg123.h.
◆ rate
long mpg123_frameinfo2::rate |
The sampling rate in Hz.
Definition at line 1413 of file mpg123.h.
◆ mode
int mpg123_frameinfo2::mode |
The audio mode (enum mpg123_mode, Mono, Stereo, Joint-stero, Dual Channel).
Definition at line 1414 of file mpg123.h.
◆ mode_ext
int mpg123_frameinfo2::mode_ext |
The mode extension bit flag.
Definition at line 1415 of file mpg123.h.
◆ framesize
int mpg123_frameinfo2::framesize |
The size of the frame (in bytes, including header).
Definition at line 1416 of file mpg123.h.
◆ flags
int mpg123_frameinfo2::flags |
MPEG Audio flag bits. Bitwise combination of enum mpg123_flags values.
Definition at line 1417 of file mpg123.h.
◆ emphasis
int mpg123_frameinfo2::emphasis |
The emphasis type.
Definition at line 1418 of file mpg123.h.
◆ bitrate
int mpg123_frameinfo2::bitrate |
Bitrate of the frame (kbps).
Definition at line 1419 of file mpg123.h.
◆ abr_rate
int mpg123_frameinfo2::abr_rate |
The target average bitrate.
Definition at line 1420 of file mpg123.h.
◆ vbr
int mpg123_frameinfo2::vbr |
The VBR mode, enum mpg123_vbr.
Definition at line 1421 of file mpg123.h.
The documentation for this struct was generated from the following file: