lsl_outlet typedef

lsl_outlet = Pointer<lsl_outlet_struct_>

@class lsl_outlet A stream outlet handle. Outlets are used to make streaming data (and the meta-data) available on the lab network.

Implementation

typedef lsl_outlet = ffi.Pointer<lsl_outlet_struct_>;