Definition at line 3 of file FrameQueue.java.
| com.intel.realsense.librealsense.FrameQueue.FrameQueue |
( |
| ) |
|
|
inline |
| com.intel.realsense.librealsense.FrameQueue.FrameQueue |
( |
int |
capacity | ) |
|
|
inline |
| void com.intel.realsense.librealsense.FrameQueue.close |
( |
| ) |
throws Exception |
|
inline |
| void com.intel.realsense.librealsense.FrameQueue.Enqueue |
( |
Frame |
f | ) |
|
|
inline |
| static native long com.intel.realsense.librealsense.FrameQueue.nCreate |
( |
int |
capacity | ) |
|
|
staticprivate |
| static native void com.intel.realsense.librealsense.FrameQueue.nDelete |
( |
long |
handle | ) |
|
|
staticprivate |
| static native void com.intel.realsense.librealsense.FrameQueue.nEnqueue |
( |
long |
handle, |
|
|
long |
frameHandle |
|
) |
| |
|
staticprivate |
| static native long com.intel.realsense.librealsense.FrameQueue.nPollForFrame |
( |
long |
handle | ) |
|
|
staticprivate |
| static native long com.intel.realsense.librealsense.FrameQueue.nWaitForFrames |
( |
long |
handle, |
|
|
int |
timeout |
|
) |
| |
|
staticprivate |
| Frame com.intel.realsense.librealsense.FrameQueue.pollForFrame |
( |
| ) |
|
|
inline |
| FrameSet com.intel.realsense.librealsense.FrameQueue.pollForFrames |
( |
| ) |
|
|
inline |
| Frame com.intel.realsense.librealsense.FrameQueue.waitForFrame |
( |
| ) |
|
|
inline |
| Frame com.intel.realsense.librealsense.FrameQueue.waitForFrame |
( |
int |
timeout | ) |
|
|
inline |
| FrameSet com.intel.realsense.librealsense.FrameQueue.waitForFrames |
( |
| ) |
|
|
inline |
| FrameSet com.intel.realsense.librealsense.FrameQueue.waitForFrames |
( |
int |
timeout | ) |
|
|
inline |
The documentation for this class was generated from the following file: