Class OPDecodeCBFunc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.opus.OPDecodeCBFunc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, OPDecodeCBFuncI

public abstract class OPDecodeCBFunc extends Callback implements OPDecodeCBFuncI
Callback function: op_decode_cb_func
  • Method Details

    • create

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

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

      public static OPDecodeCBFunc create(OPDecodeCBFuncI instance)
      Creates a OPDecodeCBFunc instance that delegates to the specified OPDecodeCBFuncI instance.