33#ifndef LSL_STREAM_DISCOVERY_H
34#define LSL_STREAM_DISCOVERY_H
81 const std::string& value,
82 double timeout = 1.0);
Declares stream_info, the LSL metadata descriptor that identifies and routes a stream on the network.
LSLLIB shared-library export macro and build-stamp accessors used by every public LSL symbol.
Lab Streaming Layer (LSL) integration for real-time data exchange.
std::vector< stream_info > resolve_streams(double timeout=1.0)
Resolve all streams currently available on the network.
std::vector< stream_info > resolve_stream(const std::string &prop, const std::string &value, double timeout=1.0)
Resolve streams by a specific property value.