#include <iso_synth_channel_mix_direct_strategy.h>
Inherits iso::synth::ChannelConversionStrategy.
Inheritance diagram for iso::synth::ChannelMixDirectStrategy:


Public Member Functions | |
| ChannelMixDirectStrategy (unsigned int pFrameCount, unsigned int pChannelCount, Link *pLink, ChannelMap *pMap) | |
| parameter based constructor | |
| virtual | ~ChannelMixDirectStrategy () |
| destructor | |
| virtual String | info (bool pPropagate=true) const |
| obtain textual channel conversion strategy information | |
Protected Member Functions | |
| ChannelMixDirectStrategy () | |
| virtual void | convert (Buffer *pBuffer) |
| buffer conversion | |
conversions between buffers, when the source buffer contains the same number of channels as the target buffer
each source channels is copied into the corresponding target channel.
example: 3 in channels, 3 out channels
in channel 1 is copied to out channel 1
in channel 2 is copied to out channel 3
in channel 3 is copied to out channel 2
Created by Daniel Bisig on 7/7/08.
| ChannelMixDirectStrategy::ChannelMixDirectStrategy | ( | unsigned int | pFrameCount, | |
| unsigned int | pChannelCount, | |||
| Link * | pLink, | |||
| ChannelMap * | pMap | |||
| ) |
parameter based constructor
| pFrameCount | number of frames of internal backup buffer | |
| pChannelCount | numbder of channels of internal backup buffer | |
| pLink | link, this channel conversion strategy is part of | |
| pMap | channel map |
| ChannelMixDirectStrategy::~ChannelMixDirectStrategy | ( | ) | [virtual] |
destructor
| ChannelMixDirectStrategy::ChannelMixDirectStrategy | ( | ) | [protected] |
| String ChannelMixDirectStrategy::info | ( | bool | pPropagate = true |
) | const [virtual] |
obtain textual channel conversion strategy information
| pPropagate | if true, the unit calls the info method of the next conversion strategy |
Implements iso::synth::LinkConversionStrategy.
| void ChannelMixDirectStrategy::convert | ( | Buffer * | pBuffer | ) | [protected, virtual] |
1.5.1