FMOD_RESULT

Type Alias FMOD_RESULT 

Source
pub type FMOD_RESULT = c_int;
Expand description

These definitions are enough to play a basic sound without linking to the full FMOD distribution. You can still position it in 3D and change other basic parameters. In all cases where an FMOD_RESULT is returned, the full range of FMOD_RESULT codes are used - the status will in almost all situations be coming straight from FMOD - so the single definition here is purely to create a matching datatype and allow simple “is OK” and “is not OK” tests.