![JAR search and dependency download from the Maven repository](/logo.png)
org.lwjgl.openal.SOFTXHoldOnDisconnect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-openal Show documentation
Show all versions of lwjgl-openal Show documentation
A cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.openal;
/**
* Native bindings to the SOFTX_hold_on_disconnect extension.
*
* LWJGL: This extension is experimental.
*/
public final class SOFTXHoldOnDisconnect {
/** Accepted by the {@code target} parameter of {@link AL10#alEnable Enable}, {@link AL10#alDisable Disable}, and {@link AL10#alIsEnabled IsEnabled}. */
public static final int AL_STOP_SOURCES_ON_DISCONNECT_SOFT = 0x19AB;
private SOFTXHoldOnDisconnect() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy