add_profile


Description:

public bool add_profile (owned EncodingProfile profile)

Add a EncodingProfile to the list of profiles handled by this.

No copy of profile will be made, if you wish to use it elsewhere after this method you should increment its reference count.

Parameters:

this

the EncodingContainerProfile to use

profile

the EncodingProfile to add.

Returns:

true if the stream was properly added, else false.