is_tag_supported


Description:

[ Version ( since = "2.10" ) ]
public static bool is_tag_supported (string tag, string mime_type)

Returns whether tag is supported in a file of type mime_type.

Parameters:

tag

A metadata tag name

mime_type

A mime type

Returns:

true if the tag supported with mime_type, false otherwise.