NativeLsl_push_sample_dt typedef
NativeLsl_push_sample_dt =
Int32 Function(lsl_outlet out, Pointer<Double> data, Double timestamp)
Implementation
typedef NativeLsl_push_sample_dt =
ffi.Int32 Function(
lsl_outlet out,
ffi.Pointer<ffi.Double> data,
ffi.Double timestamp,
);