#include <InputConnection.h>
Inheritance diagram for InputConnection< SAMPLE >:


Definition at line 8 of file InputConnection.h.
Public Methods | |
| InputConnection (BufferedFile *fd) | |
| Constructor which sets the bufferedfile. | |
| InputConnection (BufferedFile *fd, string name) | |
| Constructor which sets the bufferedfile and name. | |
| string | InputConnection () |
| get the XML Type of the InputConnection | |
| virtual void | process () |
| process, does not for input type since this is a pull based system | |
| bool | writable () |
| not writable | |
|
||||||||||
|
Constructor which sets the bufferedfile.
Definition at line 13 of file InputConnection.h. |
|
||||||||||||||||
|
Constructor which sets the bufferedfile and name.
Definition at line 18 of file InputConnection.h. |
|
|||||||||
|
get the XML Type of the InputConnection
Definition at line 23 of file InputConnection.h. |
|
|||||||||
|
process, does not for input type since this is a pull based system
Reimplemented from FilterConnection< SAMPLE >. Definition at line 27 of file InputConnection.h. |
|
|||||||||
|
not writable
Reimplemented from Connection< SAMPLE >. Definition at line 31 of file InputConnection.h. |
1.2.18