Class SOFTReopenDevice

java.lang.Object
org.lwjgl.openal.SOFTReopenDevice

public class SOFTReopenDevice extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    alcReopenDeviceSOFT(long device, @Nullable CharSequence deviceName, int @Nullable [] attribs)
    ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
    static boolean
    alcReopenDeviceSOFT(long device, @Nullable CharSequence deviceName, @Nullable IntBuffer attribs)
    ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
    static boolean
    alcReopenDeviceSOFT(long device, @Nullable ByteBuffer deviceName, int @Nullable [] attribs)
    ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
    static boolean
    alcReopenDeviceSOFT(long device, @Nullable ByteBuffer deviceName, @Nullable IntBuffer attribs)
    ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
    static boolean
    nalcReopenDeviceSOFT(long device, long deviceName, long attribs)
    ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • nalcReopenDeviceSOFT

      public static boolean nalcReopenDeviceSOFT(long device, long deviceName, long attribs)
      ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
    • alcReopenDeviceSOFT

      public static boolean alcReopenDeviceSOFT(long device, @Nullable ByteBuffer deviceName, @Nullable IntBuffer attribs)
      ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
    • alcReopenDeviceSOFT

      public static boolean alcReopenDeviceSOFT(long device, @Nullable CharSequence deviceName, @Nullable IntBuffer attribs)
      ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
    • alcReopenDeviceSOFT

      public static boolean alcReopenDeviceSOFT(long device, @Nullable ByteBuffer deviceName, int @Nullable [] attribs)
      ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
    • alcReopenDeviceSOFT

      public static boolean alcReopenDeviceSOFT(long device, @Nullable CharSequence deviceName, int @Nullable [] attribs)
      ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)