lsl_wait_for_consumers function

  1. @Native<NativeLsl_wait_for_consumers>()
int lsl_wait_for_consumers(
  1. lsl_outlet out,
  2. double timeout
)

Wait until some consumer shows up (without wasting resources). @return True if the wait was successful, false if the timeout expired.

Implementation

@ffi.Native<NativeLsl_wait_for_consumers>()
external int lsl_wait_for_consumers(lsl_outlet out, double timeout);