|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Channel mapper. Converts between frames with specified channel masks. More...
#include <channel_mapper.h>
Public Member Functions | |
| ChannelMapper (packet::channel_mask_t in_chans, packet::channel_mask_t out_chans) | |
| Initialize. | |
| void | map (const Frame &in_frame, Frame &out_frame) |
| Map frame. | |
Channel mapper. Converts between frames with specified channel masks.
Definition at line 25 of file channel_mapper.h.
| roc::audio::ChannelMapper::ChannelMapper | ( | packet::channel_mask_t | in_chans, |
| packet::channel_mask_t | out_chans | ||
| ) |
Initialize.