RateMimetype()

Updated: April 19, 2023

Synopsis:

#include <aoi.h>

int32_t (*RateMimetype)(const char *mimetype);

Arguments:

mimetype
The mimetype you want to rate.

Description:

This function should return a rating as to how well your addon can handle the given mimetype.

Returns:

A rating between 0 and 100 for the given mimetype. 100 is the best rating.