lsl_continuous_resolver typedef

lsl_continuous_resolver = Pointer<lsl_continuous_resolver_>

@class lsl_continuous_resolver

Handle to a convenience object that resolves streams continuously in the background throughout its lifetime and which can be queried at any time for the set of streams that are currently visible on the network.

Implementation

typedef lsl_continuous_resolver = ffi.Pointer<lsl_continuous_resolver_>;