EncodingProfile.find

Find the #GstEncodingProfile with the specified name and category.

class EncodingProfile
static
find
(
string targetname
,
string profilename = null
,
string category = null
)

Parameters

targetname string

The name of the target

profilename string

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

category string

The target category. Can be null

Return Value

Type: gstpbutils.encoding_profile.EncodingProfile

The matching #GstEncodingProfile or null.