Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::audio::ChannelMapper Class Reference

Channel mapper. Converts between frames with specified channel masks. More...

#include <channel_mapper.h>

Inheritance diagram for roc::audio::ChannelMapper:
roc::core::NonCopyable< T >

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.
 

Detailed Description

Channel mapper. Converts between frames with specified channel masks.

Definition at line 25 of file channel_mapper.h.

Constructor & Destructor Documentation

◆ ChannelMapper()

roc::audio::ChannelMapper::ChannelMapper ( packet::channel_mask_t  in_chans,
packet::channel_mask_t  out_chans 
)

Initialize.

Member Function Documentation

◆ map()

void roc::audio::ChannelMapper::map ( const Frame in_frame,
Frame out_frame 
)

Map frame.


The documentation for this class was generated from the following file: