lsl_destroy_inlet function

  1. @Native<NativeLsl_destroy_inlet>()
void lsl_destroy_inlet(
  1. lsl_inlet in$
)

Destructor. The inlet will automatically disconnect if destroyed.

Implementation

@ffi.Native<NativeLsl_destroy_inlet>()
external void lsl_destroy_inlet(lsl_inlet in$);