@Namespace(value="libfreenect2")
public static class freenect2.FrameListener
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
FrameListener(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
onNewFrame(int type,
freenect2.Frame frame)
libfreenect2 calls this function when a new frame is decoded.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FrameListener(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@Cast(value="bool")
public boolean onNewFrame(@Cast(value="libfreenect2::Frame::Type")
int type,
freenect2.Frame frame)
type - Type of the new frame.frame - Data of the frame.Copyright © 2018. All rights reserved.