12 #ifndef ROC_AUDIO_PCM_MAPPER_WRITER_H_
13 #define ROC_AUDIO_PCM_MAPPER_WRITER_H_
Pcm mapper writer. Reads frames from nested writer and maps them to another pcm mask.
virtual void write(Frame &frame)
Read audio frame.
PcmMapperWriter(IFrameWriter &writer, FrameFactory &frame_factory, const SampleSpec &in_spec, const SampleSpec &out_spec)
Initialize.
bool is_valid() const
Check if the object was succefully constructed.
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.