GetFftDart typedef

GetFftDart = Pointer<Float> Function()

Defines the Dart layout for fetching the FFT pointer.

Implementation

typedef GetFftDart = ffi.Pointer<ffi.Float> Function();