Click or drag to resize

WaveInDataEventArgs Class

Provides data for the IWaveIn.DataAvailable event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaWaveInDataEventArgs

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class WaveInDataEventArgs : EventArgs

The WaveInDataEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWaveInDataEventArgs
Creates a new instance of the WaveInEventArgs class
Top
Properties
  NameDescription
Public propertyBuffer
Gets the buffer containing the recorded data.
Public propertyBytesRecorded
Gets the number of the recorded bytes.
Top
See Also