31#ifndef LSL_STREAM_OUTLET_H
32#define LSL_STREAM_OUTLET_H
100 void push_chunk(
const std::vector<std::vector<float>>& chunk);
120 std::unique_ptr<StreamOutletPrivate> m_pImpl;
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.
Value-type descriptor of a single LSL stream: semantic metadata plus transport endpoint,...
void push_sample(const std::vector< float > &sample)
stream_outlet(const stream_info &info)
void push_chunk(const std::vector< std::vector< float > > &chunk)
bool have_consumers() const