EncodingProfile.find
gstpbutils.encoding_profile.EncodingProfile find(string targetname, string profilename = null, string category = null)Find the #GstEncodingProfile 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 #GstEncodingProfile or null.