#include <aoi.h> int32_t (*RateStream)(AOIStream_t *stream);
This function should return a rating for the given stream. This function should only ever call the Sniff() function in the given stream's AOStreamer interface.
A rating from 0 to 100 of how well the addon can handle the stream. 100 is the best rating.