|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ASIOError in com.groovemanager.spi.asio |
---|
Methods in com.groovemanager.spi.asio that throw ASIOError | |
---|---|
(package private) static boolean |
ASIOStaticFunctions.ASIOCanSampleRate(double sampleRate)
Wrapper for ASIOCanSampleRate() |
static void |
ASIOStaticFunctions.ASIOControlPanel()
Wrapper for ASIOControlPanel() |
(package private) static ASIOBufferInfo[] |
ASIOStaticFunctions.ASIOCreateBuffers(ASIOBufferInfo[] infos,
int bufferSize)
Wrapper for ASIOCreateBuffers() |
(package private) static void |
ASIOStaticFunctions.ASIODisposeBuffers()
Wrapper for ASIODisposeBuffers() |
(package private) static void |
ASIOStaticFunctions.ASIOExit()
Wrapper for ASIOExit() |
(package private) static void |
ASIOStaticFunctions.ASIOFuture(int selector,
long pointer)
Wrapper for ASIOFuture() |
(package private) static int[] |
ASIOStaticFunctions.ASIOGetBufferSize()
Wrapper for ASIOGetBufferSize() |
(package private) static int |
ASIOStaticFunctions.ASIOGetBufferSizeGranularity()
Wrapper for ASIOGetBufferSize() |
(package private) static ASIOChannelInfo |
ASIOStaticFunctions.ASIOGetChannelinfo(int channel,
boolean isInput)
Wrapper for ASIOGetChannelInfo() |
(package private) static int[] |
ASIOStaticFunctions.ASIOGetChannels()
Wrapper for ASIOGetChannels() |
(package private) static ASIOClockSource[] |
ASIOStaticFunctions.ASIOGetClockSources(int numSources)
Wrapper for ASIOGetClockSources() |
(package private) static int |
ASIOStaticFunctions.ASIOGetInputChannels()
Wrapper for ASIOGetChannels() |
(package private) static int |
ASIOStaticFunctions.ASIOGetInputLatency()
Wrapper for ASIOGetLatencies() |
(package private) static int[] |
ASIOStaticFunctions.ASIOGetLatencies()
Wrapper for ASIOGetLatencies() |
(package private) static int |
ASIOStaticFunctions.ASIOGetMaxBufferSize()
Wrapper for ASIOGetBufferSize() |
(package private) static int |
ASIOStaticFunctions.ASIOGetMinBufferSize()
Wrapper for ASIOGetBufferSize() |
(package private) static int |
ASIOStaticFunctions.ASIOGetOutputChannels()
Wrapper for ASIOGetChannels() |
(package private) static int |
ASIOStaticFunctions.ASIOGetOutputLatency()
Wrapper for ASIOGetLatencies() |
(package private) static int |
ASIOStaticFunctions.ASIOGetPreferredBufferSize()
Wrapper for ASIOGetBufferSize() |
(package private) static double |
ASIOStaticFunctions.ASIOGetSampleRate()
Wrapper for ASIOGetSampleRate |
(package private) static ASIODriverInfo |
ASIOStaticFunctions.ASIOInit()
Wrapper for ASIOInit() |
(package private) long |
ASIOMixer.ASIOInit()
Try to initialize the ASIO driver. |
(package private) static long |
ASIOMixerProvider.ASIOInit(ASIOMixer mixer)
Initialize and load an ASIO driver if needed |
(package private) static void |
ASIOStaticFunctions.ASIOOutputReady()
Wrapper for ASIOOutputReady() |
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 |
(package private) static void |
ASIOStaticFunctions.ASIOSetClockSource(int index)
Wrapper for ASIOSetClockSource() |
(package private) static void |
ASIOStaticFunctions.ASIOSetSampleRate(double rate)
Wrapper for ASIOSetSampleRate |
(package private) static void |
ASIOStaticFunctions.ASIOStart()
Wrapper for ASIOStart() |
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 void |
ASIOStaticFunctions.ASIOStop()
Wrapper for ASIOStop() |
private boolean |
ASIOMixer.ASIOStop()
Calls ASIOStop() for this Mixer if needed |
(package private) static boolean |
ASIOMixerProvider.ASIOStop(ASIOMixer mixer)
Stop an ASIO driver if needed |
(package private) boolean |
ASIOMixer.ASIOUnPrepare()
Calls ASIODisposeBuffers() and ASIOStop() for this Mixer if needed |
(package private) static boolean |
ASIOMixerProvider.ASIOUnPrepare(ASIOMixer mixer)
Dispose buffers and Stop the driver if needed |
static void |
ASIOStaticFunctions.disableTimeCodeReader()
Disable the time code reader if the hardware device supports time code. |
static void |
ASIOStaticFunctions.enableTimeCodeReader()
Enable the time code reader if the hardware device supports time code. |
(package private) int |
ASIOMixer.getMaxBufferSize()
Get the maximum buffersize supported by this driver |
(package private) int |
ASIOMixer.getMinBufferSize()
Get the minimum buffersize supported by this driver |
(package private) static void |
ASIOError.throwASIOError(int code)
Throw an ASIOError if the constant is not ASE_OK and not ASE_SUCCESS |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |