se.lth.cs.opi
Class OPIDevice

java.lang.Object
  extended byse.lth.cs.opi.OPIDevice

public class OPIDevice
extends java.lang.Object


Field Summary
protected  boolean _cMemOwn
           
protected  long _cPtr
           
 
Constructor Summary
protected OPIDevice()
           
  OPIDevice(long cPointer, boolean cMemoryOwn)
           
 
Method Summary
 long getAudioCapabilities()
           
 void getCoreVersion(java.lang.String arg0)
           
 long getCPtr()
           
 OPIDeviceInstance getInstanceByIndex(int index)
           
 OPIDeviceInstance getInstanceByName(java.lang.String name)
           
 OPINameList getInstances()
           
 java.lang.String getName()
           
 void getVersion(java.lang.String arg0)
           
 long getVideoCapabilities()
           
 void setInstances(OPINameList instances)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_cMemOwn

protected boolean _cMemOwn

_cPtr

protected long _cPtr
Constructor Detail

OPIDevice

protected OPIDevice()

OPIDevice

public OPIDevice(long cPointer,
                 boolean cMemoryOwn)
Method Detail

getAudioCapabilities

public long getAudioCapabilities()

getCoreVersion

public void getCoreVersion(java.lang.String arg0)

getCPtr

public long getCPtr()

getInstanceByIndex

public OPIDeviceInstance getInstanceByIndex(int index)

getInstanceByName

public OPIDeviceInstance getInstanceByName(java.lang.String name)

getInstances

public OPINameList getInstances()

getName

public java.lang.String getName()

getVersion

public void getVersion(java.lang.String arg0)

getVideoCapabilities

public long getVideoCapabilities()

setInstances

public void setInstances(OPINameList instances)