Updated: October 28, 2024 |
Stream object
#include <aoi.h> typedef struct AOIStream AOIStream_t;
The AOIStream_t data type is private and defines a stream object, which simplifies usage of the AOStreamer interface. When you create a stream, the interface returns a pointer to an AOIStream_t object. You must pass in this pointer when closing the stream, and pass in the context data when seeking, reading, writing, or retrieving information from the stream.