Interface ALFunctionTypes.ILPALCOPENDEVICE
- Enclosing class:
ALFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(@NotNull MemorySegment p0) static MethodHandle
of
(@NotNull ALFunctionTypes.ILPALCOPENDEVICE lambda) static MemorySegment
ofNative
(@NotNull ALFunctionTypes.ILPALCOPENDEVICE lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALCOPENDEVICE lambda)
-
Method Details
-
invoke
@NativeType("ALCdevice") MemorySegment invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPALCOPENDEVICE lambda)
-