add_encoding_profile


Description:

public bool add_encoding_profile (EncodingProfile profile)

Adds profile to the project.

It lets you save in what format the project will be rendered and keep a reference to those formats. Also, those formats will be saved to the project file when possible.

Parameters:

this

A Project

profile

A EncodingProfile to add to the project. If a profile with the same name already exists, it will be replaced.

Returns:

true if profile could be added, false otherwise

MT safe.