#include <iso_synth_port_add_strategy.h>
Inherits iso::synth::PortFanInStrategy.
Inheritance diagram for iso::synth::PortAddStrategy:
Public Member Functions | |
PortAddStrategy (unsigned int pFrameCount, unsigned int pChannelCount, InputPort *pInputPort) | |
parameter based constructor | |
virtual | ~PortAddStrategy () |
destructor | |
virtual void | process (Buffer *pBuffer) |
process buffer | |
virtual String | info (bool pPropagate=false) const |
obtain textual link conversion strategy information | |
Protected Member Functions | |
PortAddStrategy () |
buffers that are combined at the input port
Created by Daniel Bisig on 6/24/06.
PortAddStrategy::PortAddStrategy | ( | unsigned int | pFrameCount, | |
unsigned int | pChannelCount, | |||
InputPort * | pInputPort | |||
) |
parameter based constructor
pFrameCount | number of frames of internal backup buffer | |
pChannelCount | numbder of channels of internal backup buffer | |
pInputPort | input port, this port connection strategy is part of |
PortAddStrategy::~PortAddStrategy | ( | ) | [virtual] |
destructor
PortAddStrategy::PortAddStrategy | ( | ) | [protected] |
void PortAddStrategy::process | ( | Buffer * | pBuffer | ) | [virtual] |
process buffer
pBuffer | buffer to operate on |
Implements iso::synth::PortConnectionStrategy.
String PortAddStrategy::info | ( | bool | pPropagate = false |
) | const [virtual] |
obtain textual link conversion strategy information
pPropagate | ignored |
Implements iso::synth::PortConnectionStrategy.