|
CLAM-Development
1.3
|
#include "LadspaNetworkExporter.hxx"#include "ControlSource.hxx"#include "ControlSink.hxx"#include "AudioBufferSource.hxx"#include "AudioBufferSink.hxx"#include "NetworkPlayer.hxx"Go to the source code of this file.
Namespaces | |
| namespace | CLAM |
Functions | |
| static LADSPA_Handle | Instantiate (const LADSPA_Descriptor *descriptor, unsigned long sampleRate) |
| static void | CleanUp (LADSPA_Handle handle) |
| static void | Run (LADSPA_Handle handle, unsigned long sampleCount) |
| static void | Activate (LADSPA_Handle handle) |
| static void | Deactivate (LADSPA_Handle handle) |
| static void | ConnectTo (LADSPA_Handle handle, unsigned long port, LADSPA_Data *dataLocation) |
| static void Activate | ( | LADSPA_Handle | handle | ) | [static] |
Definition at line 98 of file LadspaNetworkExporter.cxx.
| static void CleanUp | ( | LADSPA_Handle | handle | ) | [static] |
Definition at line 85 of file LadspaNetworkExporter.cxx.
| static void ConnectTo | ( | LADSPA_Handle | handle, |
| unsigned long | port, | ||
| LADSPA_Data * | dataLocation | ||
| ) | [static] |
Definition at line 113 of file LadspaNetworkExporter.cxx.
| static void Deactivate | ( | LADSPA_Handle | handle | ) | [static] |
Definition at line 105 of file LadspaNetworkExporter.cxx.
| static LADSPA_Handle Instantiate | ( | const LADSPA_Descriptor * | descriptor, |
| unsigned long | sampleRate | ||
| ) | [static] |
Definition at line 79 of file LadspaNetworkExporter.cxx.
Referenced by CLAM::AudioFile::ResolveCodec(), and CLAM::AudioFile::SetHeader().
Definition at line 92 of file LadspaNetworkExporter.cxx.
1.7.6.1