Qmmp
|
#include <channelmap.h>
Inherits QList< Qmmp::ChannelPosition >.
Public Member Functions | |
ChannelMap (int channels=0) | |
int | mask () const |
const ChannelMap | remaped () const |
const QString | toString () const |
This class represents audio channel mapping.
|
explicit |
Constructs channel mapping with internal order.
channels | Number channels |
int mask | ( | ) | const |
Returns a mask with used channels.
const ChannelMap remaped | ( | ) | const |
Converts current channel order to internal.
const QString toString | ( | ) | const |
Converts channel channel mapping to string representation (for debug purposes).