Wave Callback Info.
More...
|
| static WaveCallbackInfo | FunctionCallback () |
| | Returns a new instance of WaveCallbackInfo with WaveCallbackStrategy set to FunctionCallback and IntPtr set to Zero.
|
| |
| static WaveCallbackInfo | NewWindow () |
| | Creates a new instance of WaveCallbackInfo with WaveCallbackStrategy set to NewWindow and IntPtr set to Zero.
|
| |
| static WaveCallbackInfo | ExistingWindow (IntPtr handle) |
| | Returns a new WaveCallbackInfo object with the specified WaveCallbackStrategy and handle.
|
| |
◆ WaveCallbackInfo()
◆ ExistingWindow()
| static WaveCallbackInfo NAudio.Wave.WaveCallbackInfo.ExistingWindow |
( |
IntPtr | handle | ) |
|
|
inlinestatic |
Returns a new WaveCallbackInfo object with the specified WaveCallbackStrategy and handle.
- Parameters
-
| handle | The handle of the existing window. |
- Exceptions
-
| ArgumentException | Thrown when the handle is zero. |
- Returns
- A new WaveCallbackInfo object with the specified WaveCallbackStrategy and handle.
◆ FunctionCallback()
Returns a new instance of WaveCallbackInfo with WaveCallbackStrategy set to FunctionCallback and IntPtr set to Zero.
- Returns
- A new instance of WaveCallbackInfo with specified WaveCallbackStrategy and IntPtr.
◆ NewWindow()
Creates a new instance of WaveCallbackInfo with WaveCallbackStrategy set to NewWindow and IntPtr set to Zero.
- Returns
- A new instance of WaveCallbackInfo with WaveCallbackStrategy set to NewWindow and IntPtr set to Zero.
◆ waveOutWindow
| WaveWindow NAudio.Wave.WaveCallbackInfo.waveOutWindow |
|
private |
◆ waveOutWindowNative
◆ Handle
| IntPtr NAudio.Wave.WaveCallbackInfo.Handle |
|
getprivate set |
Window Handle (if applicable)
◆ Strategy
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.WinForms/WaveCallbackInfo.cs