mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-29 22:37:44 +02:00
Add documentation
This commit is contained in:
parent
f0985cbce4
commit
76e35e3e18
34 changed files with 199 additions and 78 deletions
|
@ -45,7 +45,9 @@ public:
|
|||
/// c'tor. Encoded PCM data is passed to the PipeListener
|
||||
AsioStream(PcmStream::Listener* pcmListener, boost::asio::io_context& ioc, const ServerSettings& server_settings, const StreamUri& uri);
|
||||
|
||||
/// Start the stream reader, init the encoder and optionally the stream control
|
||||
void start() override;
|
||||
/// Stop the stream reader
|
||||
void stop() override;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue