Package org.lwjgl.openal
Class SOFTReopenDevice
java.lang.Object
org.lwjgl.openal.SOFTReopenDevice
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanalcReopenDeviceSOFT(long device, @Nullable CharSequence deviceName, int @Nullable [] attribs) ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)static booleanalcReopenDeviceSOFT(long device, @Nullable CharSequence deviceName, @Nullable IntBuffer attribs) ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)static booleanalcReopenDeviceSOFT(long device, @Nullable ByteBuffer deviceName, int @Nullable [] attribs) ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)static booleanalcReopenDeviceSOFT(long device, @Nullable ByteBuffer deviceName, @Nullable IntBuffer attribs) ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)static booleannalcReopenDeviceSOFT(long device, long deviceName, long attribs) ALCboolean alcReopenDeviceSOFT(ALCdevice * device, ALCchar const * deviceName, ALCint const * attribs)
-
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)
-