#include <yatephone.h>
Inheritance diagram for DataNode:
Public Member Functions | |
DataNode (const char *format=0) | |
virtual int | costFormat (const DataFormat &format) |
virtual bool | setFormat (const DataFormat &format) |
const DataFormat & | getFormat () const |
unsigned long | timeStamp () const |
Protected Attributes | |
DataFormat | m_format |
unsigned long | m_timestamp |
|
Construct a DataNode
|
|
Get the computing cost of converting the data to the format asked
|
|
Get the description of the format currently in use
|
|
Change the format used to transfer data
|
|
Get the current position in the data stream
|