Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

AOIStream_t

A stream object

Synopsis:

See below.

Description:

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.

Classification:

QNX Neutrino

See also:

AOICtrl_t