
Go to the source code of this file.
Functions | |
| JNIEXPORT void JNICALL | Java_com_intel_realsense_librealsense_FrameSet_nAddRef (JNIEnv *env, jclass type, jlong handle) |
| JNIEXPORT jlong JNICALL | Java_com_intel_realsense_librealsense_FrameSet_nExtractFrame (JNIEnv *env, jclass type, jlong handle, jint index) |
| JNIEXPORT jint JNICALL | Java_com_intel_realsense_librealsense_FrameSet_nFrameCount (JNIEnv *env, jclass type, jlong handle) |
| JNIEXPORT void JNICALL | Java_com_intel_realsense_librealsense_FrameSet_nRelease (JNIEnv *env, jclass type, jlong handle) |
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_FrameSet_nAddRef | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle | ||
| ) |
Definition at line 9 of file frameset.cpp.
| JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_FrameSet_nExtractFrame | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | index | ||
| ) |
Definition at line 22 of file frameset.cpp.
| JNIEXPORT jint JNICALL Java_com_intel_realsense_librealsense_FrameSet_nFrameCount | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle | ||
| ) |
Definition at line 31 of file frameset.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_FrameSet_nRelease | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle | ||
| ) |
Definition at line 16 of file frameset.cpp.