EncodingTarget.addProfile
bool addProfile(gstpbutils.encoding_profile.EncodingProfile profile)Adds the given profile to the target. Each added profile must have a unique name within the profile.
The target will steal a reference to the profile. If you wish to use the profile after calling this method, you should increase its reference count.
Parameters
profile | the #GstEncodingProfile to add |
Returns
true if the profile was added, else false.