Click or drag to resize

WaveBuffer Properties

The WaveBuffer type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
Recorded buffer containing "Length" real bytes. Check IsWrited and set IsReaded before reading it.
Public propertyByteCount
Buffer filled part length in bytes.
Public propertyLastRecordedData
Last recorded data array
Public propertySampleCount
Returns total number of samples contained in the buffer based on the currently selected WaveFormat.
Public propertyWaveFormat
Wave samples format
Top
See Also