default_registry_check_feature_version
Description:
public bool default_registry_check_feature_version (
string feature_name,
uint min_major,
uint min_minor,
uint min_micro)
Checks whether a plugin feature by the given name exists in the default registry and whether its version is at least the version required.
Parameters:
| feature_name |
the name of the feature (e.g. "oggdemux") |
| min_major |
the minimum major version number |
| min_minor |
the minimum minor version number |
| min_micro |
the minimum micro version number |
Returns:
true if the feature could be found and the version is the same as the required version or newer, and false
otherwise. |