setProxyWithSequence()

Sets a sequence of files as the proxy of this AVItem, with the option of forcing alphabetical order. Loads the specified file sequence into a new FileSource

invertAlpha

When true, an alpha channel in a footage clip or proxy should be inverted.This attribute is valid onlyif an alpha is present. If hasAlpha isfalse, or if alp

postRenderAction

An action to be performed when the render operation is completed.A PostRenderAction enumerated value read/write ; one of:postRenderAction.NONEpostRenderActi

proxySource

The FootageSource being used as a proxy. The attribute is read-only; to change it, call any of the AVItem methodsthat change the proxy source: setProxy , se

useProxy

When true, a proxy is used for the item. It is set to true by all the SetProxy methods, and to false by the SetProxyToNone method.Boolean; read/write.

setProxy()

Sets a file as the proxy of this AVItem. Loads the specified file into a new FileSource object, sets this as the value of the proxySource attribute, and set

setProxyToNone()

Removes the proxy from this AVItem, sets the value of proxySource tonull, and sets the value of useProxy to false.None.Nothing.