|
|||||||||
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.ASIOTime
final class ASIOTime
This is a wrapper class for the native ASIOTime struct
Field Summary | |
---|---|
(package private) ASIOTimeCode |
timeCode
The timeCode-Attribute of ASIOTime |
(package private) AsioTimeInfo |
timeInfo
The timeInfo-Attribute of ASIOTime |
Constructor Summary | |
---|---|
ASIOTime()
Constructs a new ASIOTime struct and creates a corresponding native instance as well as native instances for timeCode and timeInfo |
|
ASIOTime(long pointer)
Constructs a new ASIOTime struct that corresponds to an existing native instance, which is specified by the pointer |
Method Summary | |
---|---|
protected void |
cleanUp()
Delete the corresponding native instance to this class |
protected long |
createClass()
Create a new native instance and return its address |
private long |
jTimeCode()
|
private long |
jTimeInfo()
|
Methods inherited from class com.groovemanager.spi.asio.NativeClass |
---|
finalize, getPointer |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final ASIOTimeCode timeCode
final AsioTimeInfo timeInfo
Constructor Detail |
---|
ASIOTime()
ASIOTime(long pointer)
pointer
- The native address of the native
ASIOTime instanceMethod Detail |
---|
protected long createClass()
NativeClass
createClass
in class NativeClass
protected void cleanUp()
NativeClass
cleanUp
in class NativeClass
private long jTimeInfo()
private long jTimeCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |