find


Description:

public static EncodingProfile? find (string targetname, string? profilename, string? category)

Find the EncodingProfile with the specified name and category.

Parameters:

targetname

The name of the target

profilename

The name of the profile, if null provided, it will default to the encoding profile called `default`.

category

The target category. Can be null

Returns:

The matching EncodingProfile or null.