![]() |
Mixxx
|
Go to the source code of this file.
Classes | |
class | ChannelGroup |
Describes a group of channels, typically a pair for stereo sound in Mixxx. More... | |
class | AudioPath |
Describes a path for audio to take. More... | |
class | AudioOutput |
A source of audio in Mixxx that is to be output to a group of channels on an audio interface. More... | |
class | AudioInput |
A source of audio at a group of channels on an audio interface that is be processed in Mixxx. More... | |
class | AudioSource |
class | AudioDestination |
Typedefs | |
typedef AudioPath::AudioPathType | AudioPathType |
Functions | |
unsigned int | qHash (const ChannelGroup &group) |
unsigned int | qHash (const AudioOutput &output) |
unsigned int | qHash (const AudioInput &input) |
Definition in file soundmanagerutil.h.
Definition at line 133 of file soundmanagerutil.h.
unsigned int qHash | ( | const ChannelGroup & | group | ) |
Defined for QHash, so ChannelGroup can be used as a QHash key.
Definition at line 395 of file soundmanagerutil.cpp.
unsigned int qHash | ( | const AudioInput & | input | ) |
Defined for QHash, so AudioInput can be used as a QHash key.
Definition at line 409 of file soundmanagerutil.cpp.
unsigned int qHash | ( | const AudioOutput & | output | ) |
Defined for QHash, so AudioOutput can be used as a QHash key.
Definition at line 402 of file soundmanagerutil.cpp.