|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groovemanager.spi.asio.NativeClass
com.groovemanager.spi.asio.ASIODriverInfo
final class ASIODriverInfo
This is a wrapper class for the native ASOPDriverInfo struct
Constructor Summary | |
---|---|
ASIODriverInfo()
Constructs a new ASIODriverInfo and creates a corresponding native instance |
|
ASIODriverInfo(long pointer)
Constructs a new ASIODriverInfo that corresponds to an existing native instance, which is specified by the pointer |
Method Summary | |
---|---|
(package private) int |
asioVersion()
The asio version |
protected void |
cleanUp()
Delete the corresponding native instance to this class |
protected long |
createClass()
Create a new native instance and return its address |
(package private) int |
driverVersion()
The driver version |
(package private) String |
errorMessage()
Should contain a user message describing the type of error that occured during ASIOInit() ifa ny |
(package private) String |
name()
The driverīs name. |
private void |
setAsioVersion(int v)
Set the asio version |
private void |
setSysRef(long l)
Set the sysRef. |
(package private) long |
sysRef()
The sysRef. |
String |
toString()
|
Methods inherited from class com.groovemanager.spi.asio.NativeClass |
---|
finalize, getPointer |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
ASIODriverInfo()
ASIODriverInfo(long pointer)
pointer
- The native address of the native
ASIODriverInfo instanceMethod Detail |
---|
private void setAsioVersion(int v)
v
- the asio version. sould always be 2private void setSysRef(long l)
l
- The main application window handle (on windows)
or 0.int asioVersion()
int driverVersion()
String name()
String errorMessage()
long sysRef()
protected long createClass()
NativeClass
createClass
in class NativeClass
protected void cleanUp()
NativeClass
cleanUp
in class NativeClass
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |