#include "JACKNetworkPlayer.hxx"
#include <iostream>
#include <string>
#include <vector>
#include "NetworkPlayer.hxx"
#include "Network.hxx"
#include <jack/jack.h>
#include "PushFlowControl.hxx"
#include "AudioSource.hxx"
#include "AudioSink.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
Functions | |
int | CLAM::JackProcessingCallback (jack_nframes_t nframes, void *arg) |
void | CLAM::JackShutdownCallback (void *arg) |