| MPG123_FORCE_MONO |
0111 Force some mono mode: This is a test bitmask for seeing if any mono forcing is active.
|
| MPG123_MONO_LEFT |
0001 Force playback of left channel only.
|
| MPG123_MONO_RIGHT |
0010 Force playback of right channel only.
|
| MPG123_MONO_MIX |
0100 Force playback of mixed mono.
|
| MPG123_FORCE_STEREO |
1000 Force stereo output.
|
| MPG123_FORCE_8BIT |
00010000 Force 8bit formats.
|
| MPG123_QUIET |
00100000 Suppress any printouts (overrules verbose).
|
| MPG123_GAPLESS |
01000000 Enable gapless decoding (default on if libmpg123 has support).
|
| MPG123_NO_RESYNC |
10000000 Disable resync stream after error.
|
| MPG123_SEEKBUFFER |
000100000000 Enable small buffer on non-seekable streams to allow some peek-ahead (for better MPEG sync).
|
| MPG123_FUZZY |
001000000000 Enable fuzzy seeks (guessing byte offsets or using approximate seek points from Xing TOC)
|
| MPG123_FORCE_FLOAT |
010000000000 Force floating point output (32 or 64 bits depends on mpg123 internal precision).
|
| MPG123_PLAIN_ID3TEXT |
100000000000 Do not translate ID3 text data to UTF-8. ID3 strings will contain the raw text data, with the first byte containing the ID3 encoding code.
|
| MPG123_IGNORE_STREAMLENGTH |
1000000000000 Ignore any stream length information contained in the stream, which can be contained in a 'TLEN' frame of an ID3v2 tag or a Xing tag
|