Click or drag to resize
WaveInputSamplesAvailableHandler Delegate
Handler, called when the wave input samples available.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void WaveInputSamplesAvailableHandler(
	Object sender,
	WaveInputEventArgs e
)

Parameters

sender
Type: SystemObject
[in,out] If non-null, the sender.
e
Type: StreamCoders.WaveWaveInputEventArgs
[in,out] If non-null, the WaveInputEventArgs to process.
See Also