
Go to the source code of this file.
| JNIEXPORT jstring JNICALL Java_com_intel_realsense_librealsense_Options_nGetDescription | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | option | ||
| ) |
Definition at line 74 of file options.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Options_nGetRange | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | option, | ||
| jobject | outParams | ||
| ) |
Definition at line 36 of file options.cpp.
| JNIEXPORT jfloat JNICALL Java_com_intel_realsense_librealsense_Options_nGetValue | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | option | ||
| ) |
Definition at line 26 of file options.cpp.
| JNIEXPORT jstring JNICALL Java_com_intel_realsense_librealsense_Options_nGetValueDescription | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | option, | ||
| jfloat | value | ||
| ) |
Definition at line 84 of file options.cpp.
| JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Options_nIsReadOnly | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | option | ||
| ) |
Definition at line 64 of file options.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Options_nSetValue | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | option, | ||
| jfloat | value | ||
| ) |
Definition at line 18 of file options.cpp.
| JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Options_nSupports | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | option | ||
| ) |
Definition at line 10 of file options.cpp.