| Change |
Effect |
1 | Value of member FMOD_OUTPUTTYPE_ALSA has been changed from 12 to 11. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member FMOD_OUTPUTTYPE_ASIO has been changed from 10 to 9. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member FMOD_OUTPUTTYPE_COREAUDIO has been changed from 15 to 14. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member FMOD_OUTPUTTYPE_ESD has been changed from 13 to 12. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member FMOD_OUTPUTTYPE_OSS has been changed from 11 to 10. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member FMOD_OUTPUTTYPE_PS2 has been changed from 16 to 15. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member FMOD_OUTPUTTYPE_PS3 has been changed from 17 to 16. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member FMOD_OUTPUTTYPE_PSP has been changed from 19 to 18. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member FMOD_OUTPUTTYPE_PULSEAUDIO has been changed from 14 to 13. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member FMOD_OUTPUTTYPE_WASAPI has been changed from 9 to 8. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member FMOD_OUTPUTTYPE_WII has been changed from 20 to 19. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member FMOD_OUTPUTTYPE_XBOX360 has been changed from 18 to 17. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
FMOD::System::getOutput ( enum FMOD_OUTPUTTYPE* output )1st parameter 'output' (pointer) has base type 'enum FMOD_OUTPUTTYPE'.
FMOD::System::setOutput ( enum FMOD_OUTPUTTYPE output )1st parameter 'output' has type 'enum FMOD_OUTPUTTYPE'.
FMOD_System_GetOutput ( FMOD_SYSTEM* system, enum FMOD_OUTPUTTYPE* output )2nd parameter 'output' (pointer) has base type 'enum FMOD_OUTPUTTYPE'.
FMOD_System_SetOutput ( FMOD_SYSTEM* system, enum FMOD_OUTPUTTYPE output )2nd parameter 'output' has type 'enum FMOD_OUTPUTTYPE'.