Class ALUtils

java.lang.Object
dev.prozilla.pine.common.openal.ALUtils

public final class ALUtils extends Object
OpenAL utilities.
  • Method Details

    • getErrorString

      public static String getErrorString(int errorCode)
      Translates an OpenAL error code to a string describing the error. Source: OpenAL Programmer's Guide.
      Parameters:
      errorCode - The error code, as returned by ALC10.alcGetError(long)
      Returns:
      The error description.