Adds the given profile
to the this.
Each added profile must have a unique name within the profile.
The this will steal a reference to the profile
. If you wish to use the profile after
calling this method, you should increase its reference count.
this |
the EncodingTarget to add a profile to |
profile |
the EncodingProfile to add |
|