Class AudioCallback

java.lang.Object
com.raylib.jextract.AudioCallback

public class AudioCallback extends Object
typedef void (*AudioCallback)(void *, unsigned int)
  • Method Details

    • descriptor

      public static FunctionDescriptor descriptor()
      The descriptor of this function pointer
    • allocate

      public static MemorySegment allocate(AudioCallback.Function fi, Arena arena)
      Allocates a new upcall stub, whose implementation is defined by fi. The lifetime of the returned segment is managed by arena
    • invoke

      public static void invoke(MemorySegment funcPtr, MemorySegment bufferData, int frames)
      Invoke the upcall stub funcPtr, with given parameters