NativeLsl_push_sample_lt typedef

NativeLsl_push_sample_lt = Int32 Function(lsl_outlet out, Pointer<Int64> data, Double timestamp)

Implementation

typedef NativeLsl_push_sample_lt =
    ffi.Int32 Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Int64> data,
      ffi.Double timestamp,
    );