|
override void | WndProc (ref Message m) |
| Overrides the window procedure to handle wave messages.
|
|
◆ WaveWindowNative()
◆ WndProc()
override void NAudio.Wave.WaveWindowNative.WndProc |
( |
ref Message | m | ) |
|
|
inlineprotected |
Overrides the window procedure to handle wave messages.
- Parameters
-
m | A reference to a Message that contains the message to process. |
This method handles various wave messages and calls the waveCallback method accordingly. If the message is WaveOutDone or WaveInData, it retrieves the output device handle and wave header, and then calls the waveCallback method with appropriate parameters. If the message is WaveOutOpen, WaveOutClose, WaveInClose, or WaveInOpen, it calls the waveCallback method with appropriate parameters. If the message is not a wave message, it calls the base class's WndProc method to handle the message.
◆ waveCallback
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.WinForms/WaveWindow.cs