PortAudioUtils.hxx File Reference

#include <portaudio.h>
#include <cstdlib>
#include <cstring>
#include "Err.hxx"

Go to the source code of this file.

Namespaces

namespace  CLAM

Classes

class  CLAM::ErrPortAudio

Defines

#define CHECK_PA_ERROR(msg, errval)   if ( errval != paNoError) throw ErrPortAudio( msg, errval );

Typedefs

typedef int(* CLAM::PortAudioCallback )(const void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags, void *userData)


Define Documentation

#define CHECK_PA_ERROR ( msg,
errval   )     if ( errval != paNoError) throw ErrPortAudio( msg, errval );


Generated on Tue Aug 12 22:33:46 2008 for CLAM by  doxygen 1.5.5