Class SOFTHRTF

java.lang.Object
org.lwjgl.openal.SOFTHRTF

public class SOFTHRTF extends Object
  • Field Details

  • Method Details

    • nalcGetStringiSOFT

      public static long nalcGetStringiSOFT(long device, int paramName, int index)
      ALCchar const * alcGetStringiSOFT(ALCdevice * device, ALCenum paramName, ALCsizei index)
    • alcGetStringiSOFT

      public static @Nullable String alcGetStringiSOFT(long device, int paramName, int index)
      ALCchar const * alcGetStringiSOFT(ALCdevice * device, ALCenum paramName, ALCsizei index)
    • nalcResetDeviceSOFT

      public static boolean nalcResetDeviceSOFT(long device, long attrList)
      ALCboolean alcResetDeviceSOFT(ALCdevice * device, ALCint const * attrList)
    • alcResetDeviceSOFT

      public static boolean alcResetDeviceSOFT(long device, @Nullable IntBuffer attrList)
      ALCboolean alcResetDeviceSOFT(ALCdevice * device, ALCint const * attrList)
    • alcResetDeviceSOFT

      public static boolean alcResetDeviceSOFT(long device, int @Nullable [] attrList)
      ALCboolean alcResetDeviceSOFT(ALCdevice * device, ALCint const * attrList)