[][src]Function lsl_sys::lsl_create_continuous_resolver

pub unsafe extern "C" fn lsl_create_continuous_resolver(
    forget_after: f64
) -> lsl_continuous_resolver

Construct a new #lsl_continuous_resolver that resolves all streams on the network.

This is analogous to the functionality offered by the free function lsl_resolve_streams(). @param forget_after When a stream is no longer visible on the network (e.g. because it was shut down), this is the time in seconds after which it is no longer reported by the resolver.

The recommended default value is 5.0.