encoder/ToOutputStream: add API docs
This commit is contained in:
parent
2075a9a999
commit
9a0b3775d8
@ -1,13 +1,16 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// Copyright The Music Player Daemon Project
|
// Copyright The Music Player Daemon Project
|
||||||
|
|
||||||
#ifndef MPD_ENCODER_TO_OUTPUT_STREAM_HXX
|
#pragma once
|
||||||
#define MPD_ENCODER_TO_OUTPUT_STREAM_HXX
|
|
||||||
|
|
||||||
class OutputStream;
|
class OutputStream;
|
||||||
class Encoder;
|
class Encoder;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Read all available output from the #Encoder and write it to the
|
||||||
|
* #OutputStream.
|
||||||
|
*
|
||||||
|
* Throws on error.
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
EncoderToOutputStream(OutputStream &os, Encoder &encoder);
|
EncoderToOutputStream(OutputStream &os, Encoder &encoder);
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user