JackOutput Class Reference

#include <JackPort.h>

Inheritance diagram for JackOutput:

Inheritance graph
[legend]
Collaboration diagram for JackOutput:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 JackOutput (const string &name)
 ~JackOutput ()

Protected Member Functions

void Process (jack_nframes_t samples)


Detailed Description

Definition at line 83 of file JackPort.h.


Constructor & Destructor Documentation

JackOutput::JackOutput ( const string &  name  ) 

Definition at line 147 of file JackPort.cpp.

00147                                          : JackAudioPort(name, true)
00148 {
00149 }

JackOutput::~JackOutput (  ) 

Definition at line 151 of file JackPort.cpp.

00152 {
00153 }


Member Function Documentation

void JackOutput::Process ( jack_nframes_t  samples  )  [protected, virtual]

Reimplemented from ISoundElement.

Definition at line 155 of file JackPort.cpp.

References ISoundElement::GetPipe(), JackAudioPort::PutFrame(), and SoundFrame::Zero().

00156 {
00157     GetPipe().Zero();
00158     ISoundElement::Process(count);
00159     //cout << GetPipe() << endl;
00160     PutFrame(GetPipe());
00161 }


The documentation for this class was generated from the following files:

Get JackFX at SourceForge.net. Fast, secure and Free Open Source software downloads
Generated for JackFX by  doxygen