Event Args for WaveInStream event.
More...
|
byte[] | Buffer [get] |
| Buffer containing recorded data. Note that it might not be completely full. - See also
- BytesRecorded
|
|
int | BytesRecorded [get] |
| The number of recorded bytes in Buffer. - See also
- Buffer
|
|
Event Args for WaveInStream event.
◆ WaveInEventArgs()
NAudio.Wave.WaveInEventArgs.WaveInEventArgs |
( |
byte[] | buffer, |
|
|
int | bytes ) |
|
inline |
Creates new WaveInEventArgs.
◆ buffer
byte [] NAudio.Wave.WaveInEventArgs.buffer |
|
private |
◆ bytes
int NAudio.Wave.WaveInEventArgs.bytes |
|
private |
◆ Buffer
byte [] NAudio.Wave.WaveInEventArgs.Buffer |
|
get |
Buffer containing recorded data. Note that it might not be completely full.
- See also
- BytesRecorded
◆ BytesRecorded
int NAudio.Wave.WaveInEventArgs.BytesRecorded |
|
get |
The number of recorded bytes in Buffer.
- See also
- Buffer
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.Core/Wave/WaveInputs/WaveInEventArgs.cs