mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-19 19:21:43 +02:00
Add documentation
This commit is contained in:
parent
f0985cbce4
commit
76e35e3e18
34 changed files with 199 additions and 78 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2024 Johannes Pohl
|
||||
Copyright (C) 2014-2025 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -39,10 +39,10 @@ namespace streamreader
|
|||
class TcpStream : public AsioStream<tcp::socket>
|
||||
{
|
||||
public:
|
||||
/// ctor. Encoded PCM data is passed to the PipeListener
|
||||
/// c'tor. Encoded PCM data is passed to the PipeListener
|
||||
TcpStream(PcmStream::Listener* pcmListener, boost::asio::io_context& ioc, const ServerSettings& server_settings, const StreamUri& uri);
|
||||
|
||||
protected:
|
||||
private:
|
||||
void connect() override;
|
||||
void disconnect() override;
|
||||
std::unique_ptr<tcp::acceptor> acceptor_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue