Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

OutputConnection< SAMPLE > Class Template Reference

#include <OutputConnection.h>

Inheritance diagram for OutputConnection< SAMPLE >:

Inheritance graph
[legend]
Collaboration diagram for OutputConnection< SAMPLE >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class SAMPLE>
class OutputConnection< SAMPLE >

A Write Only connection.

Definition at line 8 of file OutputConnection.h.

Public Methods

bool readable ()
 OutputConnections aren't readable.

string xmlType ()
 get the OutputConnection xml type

 OutputConnection (BufferedFile *fd)
 Constructor OutputConnection provides the file descriptor.

void process ()
 Process A step taken which will read in data and output data, fills and dumps one buffer.

 OutputConnection (BufferedFile *fd, string name)
 Constructor OutputConnection provides the file descriptor and name.


Constructor & Destructor Documentation

template<class SAMPLE>
OutputConnection< SAMPLE >::OutputConnection BufferedFile   fd [inline]
 

Constructor OutputConnection provides the file descriptor.

Definition at line 25 of file OutputConnection.h.

template<class SAMPLE>
OutputConnection< SAMPLE >::OutputConnection BufferedFile   fd,
string    name
[inline]
 

Constructor OutputConnection provides the file descriptor and name.

Definition at line 36 of file OutputConnection.h.


Member Function Documentation

template<class SAMPLE>
void OutputConnection< SAMPLE >::process   [inline, virtual]
 

Process A step taken which will read in data and output data, fills and dumps one buffer.

Must be called to move audio.

Reimplemented from FilterConnection< SAMPLE >.

Definition at line 30 of file OutputConnection.h.

References FilterConnection< SAMPLE >::process().

template<class SAMPLE>
bool OutputConnection< SAMPLE >::readable   [inline, virtual]
 

OutputConnections aren't readable.

Reimplemented from Connection< SAMPLE >.

Definition at line 13 of file OutputConnection.h.

template<class SAMPLE>
string OutputConnection< SAMPLE >::xmlType   [inline, virtual]
 

get the OutputConnection xml type

Reimplemented from FilterConnection< SAMPLE >.

Definition at line 19 of file OutputConnection.h.


The documentation for this class was generated from the following file:
Generated on Tue Dec 17 21:14:41 2002 for AUSS_Connector by doxygen1.2.18