Wave header structure for native interop. More...
Public Attributes | |
| IntPtr | lpData |
| Pointer to locked data buffer. | |
| int | dwBufferLength |
| Length of data buffer. | |
| int | dwBytesRecorded |
| Unused (i.e. used for input only). | |
| IntPtr | dwUser |
| Client parameter. | |
| int | dwFlags |
| Various flags. | |
| int | dwLoops |
| Loop control counter. | |
| IntPtr | lpNext |
| WaveHdr, reserved for driver. | |
| int | reserved |
| Reserved for driver. | |
Wave header structure for native interop.
Definition at line 188 of file NativeAudio.cs.
Length of data buffer.
Definition at line 198 of file NativeAudio.cs.
Unused (i.e. used for input only).
Definition at line 203 of file NativeAudio.cs.
Various flags.
Definition at line 213 of file NativeAudio.cs.
Loop control counter.
Definition at line 218 of file NativeAudio.cs.
Client parameter.
Definition at line 208 of file NativeAudio.cs.
Pointer to locked data buffer.
Definition at line 193 of file NativeAudio.cs.
WaveHdr, reserved for driver.
Definition at line 223 of file NativeAudio.cs.
Reserved for driver.
Definition at line 228 of file NativeAudio.cs.
1.6.2