DartLsl_create_streaminfo typedef

DartLsl_create_streaminfo = lsl_streaminfo Function(Pointer<Char> name, Pointer<Char> type, int channel_count, double nominal_srate, int channel_format, Pointer<Char> source_id)

Implementation

typedef DartLsl_create_streaminfo =
    lsl_streaminfo Function(
      ffi.Pointer<ffi.Char> name,
      ffi.Pointer<ffi.Char> type,
      int channel_count,
      double nominal_srate,
      int channel_format,
      ffi.Pointer<ffi.Char> source_id,
    );