#include <OutputConnection.h>
Inheritance diagram for OutputConnection< SAMPLE >:
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 OutputConnection provides the file descriptor.
Definition at line 25 of file OutputConnection.h. |
|
Constructor OutputConnection provides the file descriptor and name.
Definition at line 36 of file OutputConnection.h. |
|
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(). |
|
OutputConnections aren't readable.
Reimplemented from Connection< SAMPLE >. Definition at line 13 of file OutputConnection.h. |
|
get the OutputConnection xml type
Reimplemented from FilterConnection< SAMPLE >. Definition at line 19 of file OutputConnection.h. |