|
boolean | canResolve (Pipeline pipeline) |
|
void | close () |
|
| Config () |
|
void | disableAllStreams () |
|
void | disableStream (StreamType type) |
|
void | enableAllStreams () |
|
void | enableDevice (String serial) |
|
void | enableDeviceFromFile (String filePath) |
|
void | enableRecordToFile (String filePath) |
|
void | enableStream (StreamType type) |
|
void | enableStream (StreamType type, StreamFormat format) |
|
void | enableStream (StreamType type, int width, int height) |
|
void | enableStream (StreamType type, int width, int height, StreamFormat format) |
|
void | enableStream (StreamType type, int index, int width, int height, StreamFormat format, int framerate) |
|
void | resolve (Pipeline pipeline) |
|
|
static native boolean | nCanResolve (long handle, long pipelineHandle) |
|
static native long | nCreate () |
|
static native void | nDelete (long handle) |
|
static native void | nDisableAllStreams (long handle) |
|
static native void | nDisableStream (long handle, int type) |
|
static native void | nEnableAllStreams (long handle) |
|
static native void | nEnableDevice (long handle, String serial) |
|
static native void | nEnableDeviceFromFile (long handle, String filePath) |
|
static native void | nEnableRecordToFile (long handle, String filePath) |
|
static native void | nEnableStream (long handle, int type, int index, int width, int height, int format, int framerate) |
|
static native long | nResolve (long handle, long pipelineHandle) |
|
Definition at line 3 of file Config.java.
com.intel.realsense.librealsense.Config.Config |
( |
| ) |
|
|
inline |
boolean com.intel.realsense.librealsense.Config.canResolve |
( |
Pipeline |
pipeline | ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.close |
( |
| ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.disableAllStreams |
( |
| ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.disableStream |
( |
StreamType |
type | ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.enableAllStreams |
( |
| ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.enableDevice |
( |
String |
serial | ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.enableDeviceFromFile |
( |
String |
filePath | ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.enableRecordToFile |
( |
String |
filePath | ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.enableStream |
( |
StreamType |
type | ) |
|
|
inline |
void com.intel.realsense.librealsense.Config.enableStream |
( |
StreamType |
type, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
void com.intel.realsense.librealsense.Config.enableStream |
( |
StreamType |
type, |
|
|
int |
index, |
|
|
int |
width, |
|
|
int |
height, |
|
|
StreamFormat |
format, |
|
|
int |
framerate |
|
) |
| |
|
inline |
static native boolean com.intel.realsense.librealsense.Config.nCanResolve |
( |
long |
handle, |
|
|
long |
pipelineHandle |
|
) |
| |
|
staticprivate |
static native long com.intel.realsense.librealsense.Config.nCreate |
( |
| ) |
|
|
staticprivate |
static native void com.intel.realsense.librealsense.Config.nDelete |
( |
long |
handle | ) |
|
|
staticprivate |
static native void com.intel.realsense.librealsense.Config.nDisableAllStreams |
( |
long |
handle | ) |
|
|
staticprivate |
static native void com.intel.realsense.librealsense.Config.nDisableStream |
( |
long |
handle, |
|
|
int |
type |
|
) |
| |
|
staticprivate |
static native void com.intel.realsense.librealsense.Config.nEnableAllStreams |
( |
long |
handle | ) |
|
|
staticprivate |
static native void com.intel.realsense.librealsense.Config.nEnableDevice |
( |
long |
handle, |
|
|
String |
serial |
|
) |
| |
|
staticprivate |
static native void com.intel.realsense.librealsense.Config.nEnableDeviceFromFile |
( |
long |
handle, |
|
|
String |
filePath |
|
) |
| |
|
staticprivate |
static native void com.intel.realsense.librealsense.Config.nEnableRecordToFile |
( |
long |
handle, |
|
|
String |
filePath |
|
) |
| |
|
staticprivate |
static native void com.intel.realsense.librealsense.Config.nEnableStream |
( |
long |
handle, |
|
|
int |
type, |
|
|
int |
index, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
format, |
|
|
int |
framerate |
|
) |
| |
|
staticprivate |
static native long com.intel.realsense.librealsense.Config.nResolve |
( |
long |
handle, |
|
|
long |
pipelineHandle |
|
) |
| |
|
staticprivate |
void com.intel.realsense.librealsense.Config.resolve |
( |
Pipeline |
pipeline | ) |
|
|
inline |
The documentation for this class was generated from the following file: