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