|
|||||||||
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.ASIOClockSource
final class ASIOClockSource
This is a wrapper class for the native ASIOClockSource struct
Constructor Summary | |
---|---|
ASIOClockSource()
Constructs a new ASIOClockSource and creates a corresponding native instance |
|
ASIOClockSource(long pointer)
Constructs a new ASIOClockSource that corresponds to an existing native instance, which is specified by the pointer |
Method Summary | |
---|---|
(package private) int |
associatedChannel()
The associatedChannel-Attirbute of the ASIOClockSource struct |
(package private) int |
associatedGroup()
The associatedGroup-Attribute of the ASIOClockSource struct |
protected void |
cleanUp()
Delete the corresponding native instance to this class |
protected long |
createClass()
Create a new native instance and return its address |
boolean |
equals(Object obj)
|
(package private) int |
index()
The index-Attribute of the ASIOClockSource struct |
(package private) boolean |
isCurrentSource()
The isCurrentClockSource-Attribute of the ASIOClockSource struct |
(package private) String |
name()
The name of this clock source (for user selection) |
String |
toString()
|
Methods inherited from class com.groovemanager.spi.asio.NativeClass |
---|
finalize, getPointer |
Methods inherited from class java.lang.Object |
---|
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
ASIOClockSource()
ASIOClockSource(long pointer)
pointer
- The native address of the native
ASIOClockSource instanceMethod Detail |
---|
int index()
int associatedChannel()
int associatedGroup()
boolean isCurrentSource()
String name()
protected long createClass()
NativeClass
createClass
in class NativeClass
protected void cleanUp()
NativeClass
cleanUp
in class NativeClass
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |