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.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void UnprepareBuffers()
Public Sub UnprepareBuffers
public:
void UnprepareBuffers()
member UnprepareBuffers : unit -> unit
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