Click or drag to resize
WaveIn Methods

The WaveIn type exposes the following members.

Methods
  NameDescription
Protected methodAddSamples (Inherited from WaveInBase.)
Public methodChangeFormat
Changes the wave format of the device.
(Inherited from WaveInBase.)
Public methodDispose
Closes the WaveInBase.
(Inherited from WaveInBase.)
Protected methodDispose(Boolean)
Closes the WaveInBase and disposes the buffers.
(Inherited from WaveInBase.)
Protected methodFinalize
Finalizer. Only called when user forgets to call Dispose
(Inherited from WaveInBase.)
Protected methodInit (Inherited from WaveInBase.)
Protected methodInternalStart (Inherited from WaveInBase.)
Protected methodInternalStop (Inherited from WaveInBase.)
Protected methodOnDataAvailable (Inherited from WaveInBase.)
Protected methodOnStopped (Inherited from WaveInBase.)
Public methodStart
Starts the recording.
(Inherited from WaveInBase.)
Public methodStop
Stops the recording.
(Inherited from WaveInBase.)
Top
See Also