|
Xeno-rat
|
Generic interface for wave recording. More...
Public Member Functions | |
| void | StartRecording () |
| Start Recording. | |
| void | StopRecording () |
| Stop Recording. | |
Properties | |
| WaveFormat | WaveFormat [get, set] |
| Recording WaveFormat. | |
Events | |
| EventHandler< WaveInEventArgs > | DataAvailable |
| Indicates recorded data is available. | |
| EventHandler< StoppedEventArgs > | RecordingStopped |
| Indicates that all recorded data has now been received. | |
Generic interface for wave recording.
| void NAudio.Wave.IWaveIn.StartRecording | ( | ) |
Start Recording.
Implemented in NAudio.CoreAudioApi.WasapiCapture, NAudio.Wave.WaveIn, and NAudio.Wave.WaveInEvent.
| void NAudio.Wave.IWaveIn.StopRecording | ( | ) |
Stop Recording.
Implemented in NAudio.CoreAudioApi.WasapiCapture, NAudio.Wave.WaveIn, and NAudio.Wave.WaveInEvent.
|
getset |
Recording WaveFormat.
Implemented in NAudio.CoreAudioApi.WasapiCapture, NAudio.Wave.WaveIn, and NAudio.Wave.WaveInEvent.
| EventHandler<WaveInEventArgs> NAudio.Wave.IWaveIn.DataAvailable |
Indicates recorded data is available.
| EventHandler<StoppedEventArgs> NAudio.Wave.IWaveIn.RecordingStopped |
Indicates that all recorded data has now been received.