add_profile


Description:

public bool add_profile (owned EncodingProfile profile)

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.

Parameters:

this

the EncodingTarget to add a profile to

profile

the EncodingProfile to add

Returns:

true if the profile was added, else false.