DSpAltBuffer_Dispose
Use the DSpAltBuffer_Dispose function to dispose of an alternate buffer.
OSStatus DSpAltBuffer_Dispose (DSpAltBufferReference inAltBuffer);
inAltBuffer
- A reference to the buffer to be disposed of.
- function result
- A result code.
DESCRIPTION
The DSpAltBuffer_Dispose function takes a reference to an alternate buffer in theinAltBuffer
parameter and disposes of that buffer.CALLING RESTRICTIONS
Do not call this function during an interrupt.