Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Pcm mapper writer. Reads frames from nested writer and maps them to another pcm mask. More...
#include <pcm_mapper_writer.h>
Public Member Functions | |
PcmMapperWriter (IFrameWriter &writer, FrameFactory &frame_factory, const SampleSpec &in_spec, const SampleSpec &out_spec) | |
Initialize. More... | |
bool | is_valid () const |
Check if the object was succefully constructed. More... | |
virtual void | write (Frame &frame) |
Read audio frame. More... | |
Public Member Functions inherited from roc::core::ListNode< Tag > | |
ListData * | list_data () const |
Get pointer to internal data. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from roc::core::ListNode< Tag > | |
static ListNode * | list_node (ListData *data) |
Get pointer to parent node from pointer to internal data. More... | |
Pcm mapper writer. Reads frames from nested writer and maps them to another pcm mask.
Definition at line 29 of file pcm_mapper_writer.h.
roc::audio::PcmMapperWriter::PcmMapperWriter | ( | IFrameWriter & | writer, |
FrameFactory & | frame_factory, | ||
const SampleSpec & | in_spec, | ||
const SampleSpec & | out_spec | ||
) |
Initialize.
bool roc::audio::PcmMapperWriter::is_valid | ( | ) | const |
Check if the object was succefully constructed.
|
virtual |
Read audio frame.
Implements roc::audio::IFrameWriter.