Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/soundmanagerutil.h File Reference

#include <QString>
#include <QtXml>
#include <QMutex>
#include "defs.h"
Include dependency graph for soundmanagerutil.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Author:
Bill Good <bkgood at="" gmail="" dot="" com>="">
Date:
20100611

Definition in file soundmanagerutil.h.


Typedef Documentation

Definition at line 133 of file soundmanagerutil.h.


Function Documentation

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines