lsl_destroy_outlet function

  1. @Native<NativeLsl_destroy_outlet>()
void lsl_destroy_outlet(
  1. lsl_outlet out
)

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);