public static String FMOD_ErrorString(FMOD_RESULT errCode) {
   return FmodExJNI.FMOD_ErrorString(errCode.asInt());
 }