PipelineProfile.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public class PipelineProfile extends LrsClass {
4 
6  mHandle = handle;
7  }
8 
9  public Device getDevice() {
10  return new Device(nGetDevice(mHandle));
11  }
12 
13  @Override
14  public void close() {
15  nDelete(mHandle);
16  }
17 
18  private static native void nDelete(long handle);
19  private static native long nGetDevice(long handle);
20 }
GLuint64 GLenum void * handle
Definition: glext.h:7785
static native void nDelete(long handle)
static native long nGetDevice(long handle)


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:39