|
|||||||||
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.ASIOTimeStamp
final class ASIOTimeStamp
This is a wrapper class for the native ASIOTimeStamp struct
Constructor Summary | |
---|---|
ASIOTimeStamp()
Constructs a new ASIOTimeStamp struct and creates a corresponding native instance |
|
ASIOTimeStamp(long pointer)
Constructs a new ASIOTimeStamp 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 |
(package private) double |
doubleValue()
Get the value of this ASIOTimeStamp instance as double |
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 |
Constructor Detail |
---|
ASIOTimeStamp()
ASIOTimeStamp(long pointer)
pointer
- The native address of the native
ASIOTimeStamp instanceMethod Detail |
---|
protected long createClass()
NativeClass
createClass
in class NativeClass
protected void cleanUp()
NativeClass
cleanUp
in class NativeClass
double doubleValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |