WaveBuffer Properties |
The WaveBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Buffer |
Recorded buffer containing "Length" real bytes. Check IsWrited and set IsReaded before reading it.
|
![]() | ByteCount |
Buffer filled part length in bytes.
|
![]() | LastRecordedData |
Last recorded data array
|
![]() | SampleCount |
Returns total number of samples contained in the buffer based on the currently selected
WaveFormat.
|
![]() | WaveFormat |
Wave samples format
|