com.github.sarxos.webcam.ds.buildin.natives
Class DeviceList
java.lang.Object
org.bridj.NativeObject
org.bridj.StructObject
org.bridj.cpp.CPPObject
com.github.sarxos.webcam.ds.buildin.natives.DeviceList
- All Implemented Interfaces:
- org.bridj.NativeObjectInterface
public class DeviceList
- extends org.bridj.cpp.CPPObject
native declaration : line 1
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that
uses a
few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
Methods inherited from class org.bridj.StructObject |
toString |
Methods inherited from class org.bridj.NativeObject |
clone, equals |
DeviceList
public DeviceList()
DeviceList
public DeviceList(org.bridj.Pointer pointer)
getNumDevices
public int getNumDevices()
getDevice
public org.bridj.Pointer<Device> getDevice(int i)
asArrayList
public List<Device> asArrayList()
Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.