Public Member Functions | |
int | numDevices () |
Device | openDevice (int index) |
void | setLogHandler (LogHandler handler) |
void | setLogLevel (LogLevel level) |
void | shutdown () |
Definition at line 27 of file Context.java.
int org.openkinect.freenect.Context.numDevices | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeContext.
Device org.openkinect.freenect.Context.openDevice | ( | int | index | ) |
Implemented in org.openkinect.freenect.Freenect.NativeContext.
void org.openkinect.freenect.Context.setLogHandler | ( | LogHandler | handler | ) |
Implemented in org.openkinect.freenect.Freenect.NativeContext.
void org.openkinect.freenect.Context.setLogLevel | ( | LogLevel | level | ) |
Implemented in org.openkinect.freenect.Freenect.NativeContext.
void org.openkinect.freenect.Context.shutdown | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeContext.