NativeLsl_push_sample_buf typedef
NativeLsl_push_sample_buf =
Int32 Function(lsl_outlet out, Pointer<Pointer<Char> > data, Pointer<Uint32> lengths)
Implementation
typedef NativeLsl_push_sample_buf =
ffi.Int32 Function(
lsl_outlet out,
ffi.Pointer<ffi.Pointer<ffi.Char>> data,
ffi.Pointer<ffi.Uint32> lengths,
);