Class FMOD_OUTPUT_CLOSE_CALLBACK

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.fmod.FMOD_OUTPUT_CLOSE_CALLBACK
All Implemented Interfaces:
AutoCloseable, FMOD_OUTPUT_CLOSE_CALLBACKI, CallbackI, NativeResource, Pointer

public abstract class FMOD_OUTPUT_CLOSE_CALLBACK extends Callback implements FMOD_OUTPUT_CLOSE_CALLBACKI
Callback function: FMOD_OUTPUT_CLOSE_CALLBACK
  • Method Details

    • create

      public static FMOD_OUTPUT_CLOSE_CALLBACK create(long functionPointer)
      Creates a FMOD_OUTPUT_CLOSE_CALLBACK instance from the specified function pointer.
      Returns:
      the new FMOD_OUTPUT_CLOSE_CALLBACK
    • createSafe

      public static @Nullable FMOD_OUTPUT_CLOSE_CALLBACK createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      Creates a FMOD_OUTPUT_CLOSE_CALLBACK instance that delegates to the specified FMOD_OUTPUT_CLOSE_CALLBACKI instance.