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;-).
Loading...
Searching...
No Matches
mpg123_frameinfo Struct Reference
#include <mpg123.h>
Public Attributes | |
| 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
Member Data Documentation
◆ version
| enum mpg123_version mpg123_frameinfo::version |
◆ layer
| int mpg123_frameinfo::layer |
◆ rate
◆ mode
| enum mpg123_mode mpg123_frameinfo::mode |
◆ mode_ext
| int mpg123_frameinfo::mode_ext |
◆ framesize
| int mpg123_frameinfo::framesize |
◆ flags
| enum mpg123_flags mpg123_frameinfo::flags |
◆ emphasis
◆ bitrate
| int mpg123_frameinfo::bitrate |
◆ abr_rate
| int mpg123_frameinfo::abr_rate |
◆ vbr
| enum mpg123_vbr mpg123_frameinfo::vbr |
The documentation for this struct was generated from the following file:
