Package app.photofox.vipsffm.generated
Class VipsRaw.vips_join
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_join
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment in1, MemorySegment in2, MemorySegment out, int direction, Object... x4) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_joinmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_join(VipsImage *in1, VipsImage *in2, VipsImage **out, VipsDirection direction, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_join(VipsImage *in1, VipsImage *in2, VipsImage **out, VipsDirection direction, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
public int apply(MemorySegment in1, MemorySegment in2, MemorySegment out, int direction, Object... x4)
-