Package org.lwjgl.sdl

Class SDL_AudioPostmixCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.sdl.SDL_AudioPostmixCallback
All Implemented Interfaces:
AutoCloseable, SDL_AudioPostmixCallbackI, CallbackI, NativeResource, Pointer

public abstract class SDL_AudioPostmixCallback extends Callback implements SDL_AudioPostmixCallbackI
Callback function: SDL_AudioPostmixCallback
  • Method Details

    • create

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

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

      public static SDL_AudioPostmixCallback create(SDL_AudioPostmixCallbackI instance)
      Creates a SDL_AudioPostmixCallback instance that delegates to the specified SDL_AudioPostmixCallbackI instance.