Definition at line 3 of file Frame.java.
Frame com.intel.realsense.librealsense.Frame.clone |
( |
| ) |
|
|
inline |
void com.intel.realsense.librealsense.Frame.close |
( |
| ) |
|
|
inline |
void com.intel.realsense.librealsense.Frame.getData |
( |
byte[] |
data | ) |
|
|
inline |
int com.intel.realsense.librealsense.Frame.getDataSize |
( |
| ) |
|
|
inline |
long com.intel.realsense.librealsense.Frame.getMetadata |
( |
FrameMetadata |
type | ) |
|
|
inline |
int com.intel.realsense.librealsense.Frame.getNumber |
( |
| ) |
|
|
inline |
StreamProfile com.intel.realsense.librealsense.Frame.getProfile |
( |
| ) |
|
|
inline |
double com.intel.realsense.librealsense.Frame.getTimestamp |
( |
| ) |
|
|
inline |
TimestampDomain com.intel.realsense.librealsense.Frame.getTimestampDomain |
( |
| ) |
|
|
inline |
boolean com.intel.realsense.librealsense.Frame.is |
( |
Extension |
extension | ) |
|
|
inline |
static native void com.intel.realsense.librealsense.Frame.nAddRef |
( |
long |
handle | ) |
|
|
staticprivate |
static native void com.intel.realsense.librealsense.Frame.nGetData |
( |
long |
handle, |
|
|
byte[] |
data |
|
) |
| |
|
staticprivate |
static native int com.intel.realsense.librealsense.Frame.nGetDataSize |
( |
long |
handle | ) |
|
|
staticprivate |
static native long com.intel.realsense.librealsense.Frame.nGetMetadata |
( |
long |
handle, |
|
|
int |
metadata_type |
|
) |
| |
|
staticprivate |
static native int com.intel.realsense.librealsense.Frame.nGetNumber |
( |
long |
handle | ) |
|
|
staticprivate |
static native long com.intel.realsense.librealsense.Frame.nGetStreamProfile |
( |
long |
handle | ) |
|
|
staticprotected |
static native double com.intel.realsense.librealsense.Frame.nGetTimestamp |
( |
long |
handle | ) |
|
|
staticprivate |
static native int com.intel.realsense.librealsense.Frame.nGetTimestampDomain |
( |
long |
handle | ) |
|
|
staticprivate |
static native boolean com.intel.realsense.librealsense.Frame.nIsFrameExtendableTo |
( |
long |
handle, |
|
|
int |
extension |
|
) |
| |
|
staticprivate |
static native void com.intel.realsense.librealsense.Frame.nRelease |
( |
long |
handle | ) |
|
|
staticprivate |
static native boolean com.intel.realsense.librealsense.Frame.nSupportsMetadata |
( |
long |
handle, |
|
|
int |
metadata_type |
|
) |
| |
|
staticprivate |
boolean com.intel.realsense.librealsense.Frame.supportsMetadata |
( |
FrameMetadata |
type | ) |
|
|
inline |
The documentation for this class was generated from the following file: