Struct of Sink, the abstract bitstream output. More...
#include <fsink.h>
Data Fields | |
| char * | name |
| void * | info |
| SinkOps * | ops |
Struct of Sink, the abstract bitstream output.
| void* SinkType::info |
Pointer of programmer-defined Sink information.
| char* SinkType::name |
Name of the Sink.
| SinkOps* SinkType::ops |
Pointer of SinkOps, a struct of programmer-defined Sink operations.