lsl_destroy_outlet function
Destroy an outlet. The outlet will no longer be discoverable after destruction and all connected inlets will stop delivering data.
Implementation
@ffi.Native<NativeLsl_destroy_outlet>()
external void lsl_destroy_outlet(lsl_outlet out);