35#ifndef LSL_STREAM_OUTLET_H
36#define LSL_STREAM_OUTLET_H
103 void push_sample(
const std::vector<float>& sample);
111 void push_chunk(
const std::vector<std::vector<float>>& chunk);
131 std::unique_ptr<StreamOutletPrivate> m_pImpl;
Contains the declaration of the stream_info class.
lsl library export/import macros.
Lab Streaming Layer (LSL) integration for real-time data exchange.
Describes a particular stream on the network.
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