Click or drag to resize
WaveInputOnSamplesAvailable Event
Event that is raised whenever a sample is available. Events and polling (GetNextSamples) cannot be mixed.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public event EventHandler<WaveInputEventArgs> OnSamplesAvailable

Value

Type: SystemEventHandlerWaveInputEventArgs
Remarks
The event must be added before the Start method is called.
See Also