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