|
|||||||||
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
final class 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 |
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_kTcValid
static final long FLAG_kTcRunning
static final long FLAG_kTcReverse
static final long FLAG_kTcOnspeed
static final long FLAG_kTcStill
static final long FLAG_kTcSpeedValid
Constructor Detail |
---|
ASIOTimeCode()
ASIOTimeCode(long pointer)
pointer
- The native address of the native
ASIOTimeCode instanceMethod Detail |
---|
protected long createClass()
NativeClass
createClass
in class NativeClass
protected void cleanUp()
NativeClass
cleanUp
in class NativeClass
double speed()
private long jtimeCodeSamples()
long flags()
ASIOSamples timeCodeSamples()
private static long kTcValid()
private static long kTcRunning()
private static long kTcReverse()
private static long kTcOnspeed()
private static long kTcStill()
private static long kTcSpeedValid()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |