AOIStream_t
![]() |
![]() |
![]() |
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 NeutrinoSee also:
![]() |
![]() |
![]() |
![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Next]](../next.gif)