#include <gxAudioClockConnector.h>
Inheritance diagram for gxAudioClockConnector:
Public Types | |
typedef std::list< gxAudioFilter * > | filters_t |
Public Member Functions | |
gxAudioClockConnector (gxAudioGraph *graph) | |
virtual | ~gxAudioClockConnector () |
virtual int | connect () |
Connect the clock source to all clock sinks. | |
virtual int | disconnect () |
Disconnects the clock source from all clock sinks. | |
virtual bool | visit (gxAudioFilter *filter) |
Part of the filter visitor pattern. | |
gxAudioFilter * | getClockSource () |
filters_t & | getSoundSources () |
|
|
|
|
|
|
|
Connect the clock source to all clock sinks.
|
|
Disconnects the clock source from all clock sinks.
|
|
|
|
|
|
Part of the filter visitor pattern. Invoked by the graph when iterating through filters looking for the clock source. Implements gxAudioFilterVisitor. |