SDRSharp/SDRSharp.Radio/SDRSharp.Radio.PortAudio/AudioBufferNeededDelegate.cs
2018-03-24 23:01:41 -07:00

5 lines
122 B
C#

namespace SDRSharp.Radio.PortAudio
{
public unsafe delegate void AudioBufferNeededDelegate(float* buffer, int length);
}