![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Channel mapper reader. Reads frames from nested reader and maps them to another channel mask. More...
#include <roc_audio/channel_mapper_reader.h>

Public Member Functions | |
| ChannelMapperReader (IFrameReader &reader, FrameFactory &frame_factory, const SampleSpec &in_spec, const SampleSpec &out_spec) | |
| Initialize. | |
| bool | is_valid () const |
| Check if the object was succefully constructed. | |
| virtual bool | read (Frame &frame) |
| Read audio frame. | |
Public Member Functions inherited from roc::core::ListNode< Tag > | |
| ListData * | list_data () const |
| Get pointer to internal data. | |
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. | |
Channel mapper reader. Reads frames from nested reader and maps them to another channel mask.
Definition at line 28 of file channel_mapper_reader.h.
| roc::audio::ChannelMapperReader::ChannelMapperReader | ( | IFrameReader & | reader, |
| FrameFactory & | frame_factory, | ||
| const SampleSpec & | in_spec, | ||
| const SampleSpec & | out_spec | ||
| ) |
Initialize.
| bool roc::audio::ChannelMapperReader::is_valid | ( | ) | const |
Check if the object was succefully constructed.
|
virtual |
Read audio frame.
Implements roc::audio::IFrameReader.