NativeLsl_create_streaminfo typedef

NativeLsl_create_streaminfo = lsl_streaminfo Function(Pointer<Char> name, Pointer<Char> type, Int32 channel_count, Double nominal_srate, UnsignedInt channel_format, Pointer<Char> source_id)

Implementation

typedef NativeLsl_create_streaminfo =
    lsl_streaminfo Function(
      ffi.Pointer<ffi.Char> name,
      ffi.Pointer<ffi.Char> type,
      ffi.Int32 channel_count,
      ffi.Double nominal_srate,
      ffi.UnsignedInt channel_format,
      ffi.Pointer<ffi.Char> source_id,
    );