Click or drag to resize
WaveInputGetNextSamples Method
Gets the next samples in the wave input devices queue. Calling this method and events cannot be mixed.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBuffer<byte> GetNextSamples()

Return Value

Type: MediaBufferByte
null if it fails, else the next samples.
See Also