Mixxx

EnginePassthrough Class Reference

#include <enginepassthrough.h>

Inheritance diagram for EnginePassthrough:
Collaboration diagram for EnginePassthrough:

List of all members.

Public Member Functions

 EnginePassthrough (const char *pGroup)
virtual ~EnginePassthrough ()
bool isActive ()
bool isPFL ()
bool isMaster ()
virtual void process (const CSAMPLE *pInput, const CSAMPLE *pOutput, const int iBufferSize)
virtual void receiveBuffer (AudioInput input, const short *pBuffer, unsigned int nFrames)
virtual void onInputConnected (AudioInput input)
virtual void onInputDisconnected (AudioInput input)

Detailed Description

Definition at line 17 of file enginepassthrough.h.


Constructor & Destructor Documentation

EnginePassthrough::EnginePassthrough ( const char *  pGroup)

Definition at line 12 of file enginepassthrough.cpp.

Here is the call graph for this function:

EnginePassthrough::~EnginePassthrough ( ) [virtual]

Definition at line 25 of file enginepassthrough.cpp.

Here is the call graph for this function:


Member Function Documentation

bool EnginePassthrough::isActive ( ) [virtual]

Implements EngineChannel.

Definition at line 32 of file enginepassthrough.cpp.

Here is the call graph for this function:

bool EnginePassthrough::isMaster ( ) [virtual]

Reimplemented from EngineChannel.

Definition at line 41 of file enginepassthrough.cpp.

bool EnginePassthrough::isPFL ( ) [virtual]

Reimplemented from EngineChannel.

Definition at line 37 of file enginepassthrough.cpp.

void EnginePassthrough::onInputConnected ( AudioInput  input) [virtual]

Reimplemented from AudioDestination.

Definition at line 45 of file enginepassthrough.cpp.

Here is the call graph for this function:

void EnginePassthrough::onInputDisconnected ( AudioInput  input) [virtual]

Reimplemented from AudioDestination.

Definition at line 55 of file enginepassthrough.cpp.

Here is the call graph for this function:

void EnginePassthrough::process ( const CSAMPLE pInput,
const CSAMPLE pOutput,
const int  iBufferSize 
) [virtual]

Implements EngineChannel.

Definition at line 98 of file enginepassthrough.cpp.

Here is the call graph for this function:

void EnginePassthrough::receiveBuffer ( AudioInput  input,
const short *  pBuffer,
unsigned int  nFrames 
) [virtual]

Implements AudioDestination.

Definition at line 65 of file enginepassthrough.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines