Xeno-rat
|
Classes | |
class | NAudio.Wave.Asio.AsioDriverExt |
AsioDriverExt is a simplified version of the AsioDriver. It provides an easier way to access the capabilities of the Driver and implement the callbacks necessary for feeding the driver. Implementation inspired from Rob Philpot's with a managed C++ ASIO wrapper BlueWave.Interop.Asio http://www.codeproject.com/KB/mcpp/Asio.Net.aspx. More... | |
Namespaces | |
namespace | NAudio |
namespace | NAudio.Wave |
namespace | NAudio.Wave.Asio |
Functions | |
delegate void | NAudio.Wave.Asio.AsioFillBufferCallback (IntPtr[] inputChannels, IntPtr[] outputChannels) |
Callback used by the AsioDriverExt to get wave data. | |