#include <aflibMixerItem.h>
Public Member Functions | |
aflibMixerItem () | |
aflibMixerItem (int input, int in_chan, int out_chan, int amp) | |
~aflibMixerItem () | |
void | setInput (int input) |
int | getInput () const |
void | setInChannel (int in_chan) |
int | getInChannel () const |
void | setOutChannel (int out_chan) |
int | getOutChannel () const |
void | setAmplitude (int amp) |
int | getAmplitude () const |
bool | operator< (const aflibMixerItem &item) const |
aflibMixerItem::aflibMixerItem | ( | ) |
aflibMixerItem::aflibMixerItem | ( | int | input, | |
int | in_chan, | |||
int | out_chan, | |||
int | amp | |||
) |
aflibMixerItem::~aflibMixerItem | ( | ) |
void aflibMixerItem::setInput | ( | int | input | ) |
int aflibMixerItem::getInput | ( | ) | const |
void aflibMixerItem::setInChannel | ( | int | in_chan | ) |
int aflibMixerItem::getInChannel | ( | ) | const |
void aflibMixerItem::setOutChannel | ( | int | out_chan | ) |
int aflibMixerItem::getOutChannel | ( | ) | const |
void aflibMixerItem::setAmplitude | ( | int | amp | ) |
int aflibMixerItem::getAmplitude | ( | ) | const |
bool aflibMixerItem::operator< | ( | const aflibMixerItem & | item | ) | const |