Class FMOD_CODEC_READ_CALLBACK

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

public abstract class FMOD_CODEC_READ_CALLBACK extends Callback implements FMOD_CODEC_READ_CALLBACKI
Callback function: FMOD_CODEC_READ_CALLBACK
  • Method Details

    • create

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

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

      public static FMOD_CODEC_READ_CALLBACK create(FMOD_CODEC_READ_CALLBACKI instance)
      Creates a FMOD_CODEC_READ_CALLBACK instance that delegates to the specified FMOD_CODEC_READ_CALLBACKI instance.