35#ifndef LSL_STREAM_DISCOVERY_H
36#define LSL_STREAM_DISCOVERY_H
83 const std::string& value,
84 double timeout = 1.0);
Contains the declaration of the stream_info class.
lsl library export/import macros.
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.