|
| long | main () |
| ASIOError | ASIOInit (ASIODriverInfo *info) |
| ASIOError | ASIOExit (void) |
| ASIOError | ASIOStart (void) |
| ASIOError | ASIOStop (void) |
| ASIOError | ASIOGetChannels (long *numInputChannels, long *numOutputChannels) |
| ASIOError | ASIOGetLatencies (long *inputLatency, long *outputLatency) |
| ASIOError | ASIOGetBufferSize (long *minSize, long *maxSize, long *preferredSize, long *granularity) |
| ASIOError | ASIOCanSampleRate (ASIOSampleRate sampleRate) |
| ASIOError | ASIOGetSampleRate (ASIOSampleRate *currentRate) |
| ASIOError | ASIOSetSampleRate (ASIOSampleRate sampleRate) |
| ASIOError | ASIOGetClockSources (ASIOClockSource *clocks, long *numSources) |
| ASIOError | ASIOSetClockSource (long reference) |
| ASIOError | ASIOGetSamplePosition (ASIOSamples *sPos, ASIOTimeStamp *tStamp) |
| ASIOError | ASIOGetChannelInfo (ASIOChannelInfo *info) |
| ASIOError | ASIOCreateBuffers (ASIOBufferInfo *bufferInfos, long numChannels, long bufferSize, ASIOCallbacks *callbacks) |
| ASIOError | ASIODisposeBuffers (void) |
| ASIOError | ASIOControlPanel (void) |
| ASIOError | ASIOFuture (long selector, void *opt) |
| ASIOError | ASIOOutputReady (void) |