Uses of Interface
club.doki7.openal.ALFunctionTypes.ILPALFOLDBACKCALLBACK
Packages that use ALFunctionTypes.ILPALFOLDBACKCALLBACK
-
Uses of ALFunctionTypes.ILPALFOLDBACKCALLBACK in club.doki7.openal
Methods in club.doki7.openal with parameters of type ALFunctionTypes.ILPALFOLDBACKCALLBACKModifier and TypeMethodDescriptionstatic MethodHandleALFunctionTypes.ILPALFOLDBACKCALLBACK.of(@NotNull ALFunctionTypes.ILPALFOLDBACKCALLBACK lambda) static MemorySegmentALFunctionTypes.ILPALFOLDBACKCALLBACK.ofNative(@NotNull ALFunctionTypes.ILPALFOLDBACKCALLBACK lambda) static MemorySegmentALFunctionTypes.ILPALFOLDBACKCALLBACK.ofNative(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALFOLDBACKCALLBACK lambda) voidAL.requestFoldbackStart(int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) voidAL.requestFoldbackStart(Arena arena, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) voidAL.requestFoldbackStartDirect(@Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback) voidAL.requestFoldbackStartDirect(Arena arena, @Nullable ALCcontext context, int mode, int count, int length, @Nullable FloatPtr mem, ALFunctionTypes.ILPALFOLDBACKCALLBACK callback)