NativeLsl_push_chunk_strtn typedef

NativeLsl_push_chunk_strtn = Int32 Function(lsl_outlet out, Pointer<Pointer<Char>> data, UnsignedLong data_elements, Pointer<Double> timestamps)

Implementation

typedef NativeLsl_push_chunk_strtn =
    ffi.Int32 Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Pointer<ffi.Char>> data,
      ffi.UnsignedLong data_elements,
      ffi.Pointer<ffi.Double> timestamps,
    );