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