Defines | |
| #define | DECMPA_PARAM_OUTPUT 0 |
| Specifies the format DecMPA will use to output the decoded audio samples. | |
| #define | DECMPA_PARAM_PROVIDEID3V2 1 |
| Specifies wether the decoder should load a leading ID3v2 tag and make it available through DecMPA_GetID3v2Data. | |
|
|
Specifies the format DecMPA will use to output the decoded audio samples. Can be either DECMPA_OUTPUT_INT16 or DECMPA_OUTPUT_FLOAT. Default value: DECMPA_OUTPUT_INT16. |
|
|
Specifies wether the decoder should load a leading ID3v2 tag and make it available through DecMPA_GetID3v2Data. Can be either DECMPA_YES or DECMPA_NO. Default value: DECMPA_NO. |
1.2.17