A stream object
See below.
This structure defines a stream object, and is used to simplify AOStreamer usage. It contains at least the following members:
- const char *filespec
- The name of the open file/stream.
- const AOStreamer *streamer
- The actual AOStreamer being used to stream the data.
- const AOICtrl_t *control
- A pointer to the AOICtrl_t structure for the streamer's control, if it is an interface from an addon.
- void *ctx
- The streamer context; the data it points to is specific to the streamer.
QNX Neutrino
AOICtrl_t