Functions | |
| char ** | mpg123_decoders () |
| char ** | mpg123_supported_decoders () |
| int | mpg123_decoder (mpg123_handle *mh, const char *decoder_name) |
| char** mpg123_decoders | ( | ) |
Return a NULL-terminated array of generally available decoder names (plain 8bit ASCII).
| char** mpg123_supported_decoders | ( | ) |
Return a NULL-terminated array of the decoders supported by the CPU (plain 8bit ASCII).
| int mpg123_decoder | ( | mpg123_handle * | mh, | |
| const char * | decoder_name | |||
| ) |
Set the chosen decoder to 'decoder_name'
1.5.4