waveout
Flash and Audio Hooking
I\'m trying to capture the audio which an activeX flash component is playing. I do this by finding the flash.ocx module and hook the waveOutWrite function.[详细]
2023-02-18 23:16 分类:问答Maintaining encapsulation when wrapping native libraries
I\'m writing a C# library to wrap a Win32 API (the waveOut... family of functions), and have reached a point where I\'m unsure how to manage the interaction between different parts of my code without[详细]
2023-01-18 00:01 分类:问答waveOut (Win32API) and multithreading
I cannot find any information about the thread-safety of the waveOut API. After i creating new waveOut handle, i have those threads:[详细]
2022-12-14 02:36 分类:问答Query wave format for a HWAVEOUT handle
Context: I have a piece of code that knows the value of a waveOut handle (HWAVEOUT). However the code did not create the handle, thus the WAVEFORMATEX that was passed to waveOutOpen when creating the[详细]
2022-12-13 02:34 分类:问答