Click or drag to resize
WaveOutputUnprepareBuffers Method
Unprepares internally allocated buffers. This function can be called to remove memory pressure, if large chunk(s) of audio data have been enqueued.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void UnprepareBuffers()
Remarks
UnprepareBuffers is also internally called by Enqueue but not by other methods. It must be called before getting accurate results from QueuedBytes, QueuedSamples or QueuedSamplesInSeconds.
See Also