|
|||||||||
| 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
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) java.lang.String |
errorMessage()
Should contain a user message describing the type of error that occured during ASIOInit() ifa ny |
(package private) java.lang.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. |
java.lang.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 instance| Method Detail |
|---|
int asioVersion()
protected void cleanUp()
NativeClass
cleanUp in class NativeClassprotected long createClass()
NativeClass
createClass in class NativeClassint driverVersion()
java.lang.String errorMessage()
java.lang.String name()
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.long sysRef()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||