Close()

Synopsis:

#include <aoi.h>

int32_t (*Close)(AOIStream_t *stream);

Arguments:

stream
The stream you want to close.

Description:

This function should close the stream and free any data allocated at open.

Returns:

0 if successful.