TimestampDomain.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public enum TimestampDomain {
7 
8  private final int mValue;
9 
10  private TimestampDomain(int value) { mValue = value; }
11  public int value() { return mValue; }
12 }
GLfloat value


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