mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-01 22:20:03 +01:00
5 lines
144 B
C#
5 lines
144 B
C#
namespace SDRSharp.Radio
|
|
{
|
|
public unsafe delegate int ProcessBufferDelegate(Complex* iqBuffer, float* audioBuffer, int iqlen, int audioLen);
|
|
}
|