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