lsl_have_consumers function

  1. @Native<NativeLsl_have_consumers>()
int lsl_have_consumers(
  1. lsl_outlet out
)

Check whether consumers are currently registered. While it does not hurt, there is technically no reason to push samples if there is no consumer.

Implementation

@ffi.Native<NativeLsl_have_consumers>()
external int lsl_have_consumers(lsl_outlet out);