RateStream()

Synopsis:

#include <aoi.h>

int32_t (*RateStream)(AOIStream_t *stream);

Arguments:

stream
A pointer to the AOIStream_t structure for the stream you want to rate.

Description:

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.

Returns:

A rating from 0 to 100 of how well the addon can handle the stream. 100 is the best rating.