NativeLsl_push_sample_strtp typedef

NativeLsl_push_sample_strtp = Int32 Function(lsl_outlet out, Pointer<Pointer<Char>> data, Double timestamp, Int32 pushthrough)

Implementation

typedef NativeLsl_push_sample_strtp =
    ffi.Int32 Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Pointer<ffi.Char>> data,
      ffi.Double timestamp,
      ffi.Int32 pushthrough,
    );