Class OPSeekFunc

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

public abstract class OPSeekFunc extends Callback implements OPSeekFuncI
Callback function: op_seek_func
  • Method Details

    • create

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

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

      public static OPSeekFunc create(OPSeekFuncI instance)
      Creates a OPSeekFunc instance that delegates to the specified OPSeekFuncI instance.