DartLsl_push_chunk_buftp typedef
DartLsl_push_chunk_buftp =
int Function(lsl_outlet out, Pointer<Pointer<Char> > data, Pointer<Uint32> lengths, int data_elements, double timestamp, int pushthrough)
Implementation
typedef DartLsl_push_chunk_buftp =
int Function(
lsl_outlet out,
ffi.Pointer<ffi.Pointer<ffi.Char>> data,
ffi.Pointer<ffi.Uint32> lengths,
int data_elements,
double timestamp,
int pushthrough,
);