Updated: October 28, 2024 |
#include <aoi.h> int32_t (*RateFormat)(const AODataFormat_t *format);
This function should return a rating as to how well the addon can handle the given media format. Usually this function checks the media type and four-character code (fourcc). If it has more stringent requirements, it checks the AODataFormat_t structure's corresponding union members.
A rating from 0 to 100 for the given media format. 100 is best rating.