NativeLsl_push_sample_ctp typedef

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

Implementation

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