|
|||||||||
| 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.ASIOTimeCode
This is a wrapper class for the native ASIOTimeCode struct
| Field Summary | |
|---|---|
(package private) static long |
FLAG_kTcOnspeed
|
(package private) static long |
FLAG_kTcReverse
|
(package private) static long |
FLAG_kTcRunning
|
(package private) static long |
FLAG_kTcSpeedValid
|
(package private) static long |
FLAG_kTcStill
|
(package private) static long |
FLAG_kTcValid
ASIOTimeCode flag |
| Constructor Summary | |
|---|---|
ASIOTimeCode()
Constructs a new ASIOTimeCode struct and creates a corresponding native instance |
|
ASIOTimeCode(long pointer)
Constructs a new ASIOTimeCode 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) long |
flags()
The flags-Attribute of ASIOTimeCode |
private long |
jtimeCodeSamples()
|
private static long |
kTcOnspeed()
|
private static long |
kTcReverse()
|
private static long |
kTcRunning()
|
private static long |
kTcSpeedValid()
|
private static long |
kTcStill()
|
private static long |
kTcValid()
|
(package private) double |
speed()
The speed-Attribute of ASIOTimeCode |
(package private) ASIOSamples |
timeCodeSamples()
The timeCodeSamples-Attribute of ASIOTimeCode |
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 |
| Field Detail |
|---|
static final long FLAG_kTcOnspeed
static final long FLAG_kTcReverse
static final long FLAG_kTcRunning
static final long FLAG_kTcSpeedValid
static final long FLAG_kTcStill
static final long FLAG_kTcValid
| Constructor Detail |
|---|
ASIOTimeCode()
ASIOTimeCode(long pointer)
pointer - The native address of the native
ASIOTimeCode instance| Method Detail |
|---|
protected void cleanUp()
NativeClass
cleanUp in class NativeClassprotected long createClass()
NativeClass
createClass in class NativeClasslong flags()
private long jtimeCodeSamples()
private static long kTcOnspeed()
private static long kTcReverse()
private static long kTcRunning()
private static long kTcSpeedValid()
private static long kTcStill()
private static long kTcValid()
double speed()
ASIOSamples timeCodeSamples()
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 | ||||||||