#include <jni.h>#include "error.h"#include "../../../include/librealsense2/rs.h"#include "../../../include/librealsense2/h/rs_config.h"
Go to the source code of this file.
| JNIEXPORT jboolean JNICALL Java_com_intel_realsense_librealsense_Config_nCanResolve | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jlong | pipelineHandle | ||
| ) |
Definition at line 110 of file android/jni/config.cpp.
| JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Config_nCreate | ( | JNIEnv * | env, |
| jclass | type | ||
| ) |
Definition at line 11 of file android/jni/config.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Config_nDelete | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle | ||
| ) |
Definition at line 19 of file android/jni/config.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Config_nDisableAllStreams | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle | ||
| ) |
Definition at line 90 of file android/jni/config.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Config_nDisableStream | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jint | streamType | ||
| ) |
Definition at line 73 of file android/jni/config.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Config_nEnableAllStreams | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle | ||
| ) |
Definition at line 82 of file android/jni/config.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Config_nEnableDevice | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jstring | serial_ | ||
| ) |
Definition at line 48 of file android/jni/config.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Config_nEnableDeviceFromFile | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jstring | filePath_ | ||
| ) |
Definition at line 35 of file android/jni/config.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Config_nEnableRecordToFile | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jstring | filePath_ | ||
| ) |
Definition at line 61 of file android/jni/config.cpp.
| JNIEXPORT void JNICALL Java_com_intel_realsense_librealsense_Config_nEnableStream | ( | JNIEnv * | env, |
| jclass | type_, | ||
| jlong | handle, | ||
| jint | type, | ||
| jint | index, | ||
| jint | width, | ||
| jint | height, | ||
| jint | format, | ||
| jint | framerate | ||
| ) |
Definition at line 24 of file android/jni/config.cpp.
| JNIEXPORT jlong JNICALL Java_com_intel_realsense_librealsense_Config_nResolve | ( | JNIEnv * | env, |
| jclass | type, | ||
| jlong | handle, | ||
| jlong | pipelineHandle | ||
| ) |
Definition at line 99 of file android/jni/config.cpp.