test/DumpDecoderClient: add API documentation
This commit is contained in:
parent
88bbd847e0
commit
5909502a13
|
@ -25,6 +25,10 @@
|
||||||
#include "thread/Mutex.hxx"
|
#include "thread/Mutex.hxx"
|
||||||
#include "thread/Cond.hxx"
|
#include "thread/Cond.hxx"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A #DecoderClient implementation which dumps metadata to stderr and
|
||||||
|
* decoded data to stdout.
|
||||||
|
*/
|
||||||
struct DumpDecoderClient final : DecoderClient {
|
struct DumpDecoderClient final : DecoderClient {
|
||||||
Mutex mutex;
|
Mutex mutex;
|
||||||
Cond cond;
|
Cond cond;
|
||||||
|
|
Loading…
Reference in New Issue