|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Profiling writer. More...
#include <profiling_writer.h>
Public Member Functions | |
| ProfilingWriter (IWriter &writer, packet::channel_mask_t channels, size_t sample_rate) | |
| Initialization. More... | |
| virtual void | write (Frame &frame) |
| Write audio frame. More... | |
Profiling writer.
Definition at line 25 of file profiling_writer.h.
| roc::audio::ProfilingWriter::ProfilingWriter | ( | IWriter & | writer, |
| packet::channel_mask_t | channels, | ||
| size_t | sample_rate | ||
| ) |
Initialization.
|
virtual |
Write audio frame.
Implements roc::audio::IWriter.