mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Put Reader, Writer inside "stream" namespace.
This commit is contained in:
parent
01320d9806
commit
a5793b8b9d
5 changed files with 9 additions and 5 deletions
|
@ -75,7 +75,7 @@ StreamOutput::~StreamOutput() {
|
|||
Thread* CaptureThread::thread = nullptr;
|
||||
|
||||
CaptureThread::CaptureThread(
|
||||
std::unique_ptr<Writer> writer,
|
||||
std::unique_ptr<stream::Writer> writer,
|
||||
size_t write_size,
|
||||
size_t buffer_count,
|
||||
std::function<void()> success_callback,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue