12#ifndef ROC_AUDIO_CHANNEL_MAPPER_H_
13#define ROC_AUDIO_CHANNEL_MAPPER_H_
37 const size_t in_chan_count_;
38 const size_t out_chan_count_;
Channel mapper. Converts between frames with specified channel masks.
void map(const Frame &in_frame, Frame &out_frame)
Map frame.
ChannelMapper(packet::channel_mask_t in_chans, packet::channel_mask_t out_chans)
Initialize.
Base class for non-copyable objects.
uint32_t channel_mask_t
Bitmask of channels present in audio packet.
Various units used in packets.