DartLsl_push_chunk_stp typedef
DartLsl_push_chunk_stp =
int Function(lsl_outlet out, Pointer<Int16> data, int data_elements, double timestamp, int pushthrough)
Implementation
typedef DartLsl_push_chunk_stp =
int Function(
lsl_outlet out,
ffi.Pointer<ffi.Int16> data,
int data_elements,
double timestamp,
int pushthrough,
);