12 #ifndef ROC_AUDIO_PCM_MAPPER_READER_H_
13 #define ROC_AUDIO_PCM_MAPPER_READER_H_
Pcm mapper reader. Reads frames from nested reader and maps them to another pcm mask.
bool is_valid() const
Check if the object was succefully constructed.
virtual bool read(Frame &frame)
Read audio frame.
PcmMapperReader(IFrameReader &reader, FrameFactory &frame_factory, const SampleSpec &in_spec, const SampleSpec &out_spec)
Initialize.
PCM format mapper. Convert between PCM formats.
Sample specification. Describes sample rate and channels.
Base class for non-copyable objects.
Commonly used types and functions.