|
|
A data consumer
DataConsumer (const char *format = "slin")
| DataConsumer |
Consumer constructor
Parameters:
format | Name of the data format, default "slin" (Signed Linear) |
void Consume (const DataBlock &data, unsigned long timeDelta)
| Consume |
[pure virtual]
Consumes the data sent to it from a source
Parameters:
data | The raw data block to process; an empty block ends data |
timeDelta | Timestamp increment of data - typically samples |
DataSource * getConnSource ()
| getConnSource |
[const]
Get the data source of this object if it's connected
Returns: A pointer to the DataSource object or NULL
DataSource * getTransSource ()
| getTransSource |
[const virtual]
Get the data source of a translator object
Returns: A pointer to the DataSource object or NULL
Generated by: kk on nyx on Sat Jun 4 19:29:41 2005, using kdoc 2.0a54. |