WaveInputClearBuffers Method |
Removes all pending buffers from the audio device.
This call is functionally equivalent to calling SamplesAvailable and GetAllData, but is
more efficient.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void ClearBuffers()
public:
void ClearBuffers()
member ClearBuffers : unit -> unit
See Also