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

      @NativeType("ALCchar const *") public static @Nullable String alcGetStringiSOFT(@NativeType("ALCdevice *") long device, @NativeType("ALCenum") int paramName, @NativeType("ALCsizei") 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

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

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