Bartosz Firyn (SarXos)

com.github.sarxos.webcam.ds.buildin.natives
Class DeviceList

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by org.bridj.cpp.CPPObject
              extended by 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 .


Constructor Summary
DeviceList()
           
DeviceList(org.bridj.Pointer pointer)
           
 
Method Summary
 List<Device> asArrayList()
           
 org.bridj.Pointer<Device> getDevice(int i)
           
 int getNumDevices()
           
 
Methods inherited from class org.bridj.StructObject
toString
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeviceList

public DeviceList()

DeviceList

public DeviceList(org.bridj.Pointer pointer)
Method Detail

getNumDevices

public int getNumDevices()

getDevice

public org.bridj.Pointer<Device> getDevice(int i)

asArrayList

public List<Device> asArrayList()

Bartosz Firyn (SarXos)

Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.