NativeLsl_push_chunk_stp typedef

NativeLsl_push_chunk_stp = Int32 Function(lsl_outlet out, Pointer<Int16> data, UnsignedLong data_elements, Double timestamp, Int32 pushthrough)

Implementation

typedef NativeLsl_push_chunk_stp =
    ffi.Int32 Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Int16> data,
      ffi.UnsignedLong data_elements,
      ffi.Double timestamp,
      ffi.Int32 pushthrough,
    );