Contents

propertyListFromInputValues()

Returns a property list object that represents the current values for all the input keys of the composition.

Declaration

func propertyListFromInputValues() -> Any!

Return Value

A property list object.

Discussion

This is a convenience method that allows you to easily save the set of input values on a composition. Typically, you store the set of values in application preferences.

See Also

Saving and Restoring Input Values