|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ASIOBufferInfo in com.groovemanager.spi.asio |
---|
Fields in com.groovemanager.spi.asio declared as ASIOBufferInfo | |
---|---|
private ASIOBufferInfo[] |
ASIOMixer.asioBufferInfos
ASIOBufferInfo objects used for ASIOPrepare() |
private static ASIOBufferInfo[] |
ASIOMixerProvider.bufferInfos
The last used ASIOBufferInfos |
Methods in com.groovemanager.spi.asio that return ASIOBufferInfo | |
---|---|
(package private) static ASIOBufferInfo[] |
ASIOStaticFunctions.ASIOCreateBuffers(ASIOBufferInfo[] infos,
int bufferSize)
Wrapper for ASIOCreateBuffers() |
(package private) static ASIOBufferInfo[] |
ASIOMixerProvider.getBufferInfo()
Get the last used ASIOBufferInfos |
Methods in com.groovemanager.spi.asio with parameters of type ASIOBufferInfo | |
---|---|
(package private) static ASIOBufferInfo[] |
ASIOStaticFunctions.ASIOCreateBuffers(ASIOBufferInfo[] infos,
int bufferSize)
Wrapper for ASIOCreateBuffers() |
private long |
ASIOMixer.ASIOPrepare(ASIOBufferInfo[] infos,
int buffersize)
Calls ASIOCreateBuffers() and ASIO Init() for this Mixer if needed and returns a sequence number for the use with ASIOExit() |
(package private) static long |
ASIOMixerProvider.ASIOPrepare(ASIOMixer mixer,
ASIOBufferInfo[] infos,
int buffersize)
Prepare, initialize and load an ASIO driver if needed |
private long |
ASIOMixer.ASIOStart(ASIOBufferInfo[] infos,
int buffersize)
Calls ASIOStart(), ASIOCreateBuffers and ASIOInit() for this mixer if needed and returns a sequence number for the use with ASIOExit() |
(package private) static long |
ASIOMixerProvider.ASIOStart(ASIOMixer mixer,
ASIOBufferInfo[] infos,
int buffersize)
Start, prepare, init and load an ASIO driver if needed |
(package private) static ByteBuffer[] |
ASIOStaticFunctions.createBuffers(ASIOBufferInfo info,
int asiobuffersize)
Create two ByteBuffer objects from the buffer half addresses specified in the ASIOBufferInfo |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |