Adobe 12040118 - After Effects Standard Using Manual page 167

Using help
Hide thumbs Also See for 12040118 - After Effects Standard:
Table of Contents

Advertisement

Help
Using Help
RenderQueueItem onStatusChanged attribute
a p p.p ro j e c t . re n d e r Q u e u e . i t e m ( i n d e x ) . onStatusChanged
Description
The onStatusChanged attribute is invoked whenever the value of the RenderQueueItem.status attribute is
changed.
Note that changes cannot be made to render queue items (or to the application) while a render is in progress
(including when paused). This mirrors the regular application functionality.
Type
Function.
Example
function myS ta tu sC ha n g ed() {
aler t(app.project.renderQueue.item(1).status)
}
app.project.renderQueue.item(1).onStatusChanged = myStatusChanged();
app. project.renderQueue.item(1).render = false; //shows dialog
RenderQueueItem outputModules attribute
a p p.p ro j e c t . re n d e r Q u e u e . i t e m ( i n d e x ) . outputMo dules
Description
The outputModules attribute returns the collection of Output Modules for the item.
Type
OMCollection; read-only.
RenderQueueItem outputModule() method
a p p.p ro j e c t . re n d e r Q u e u e . i t e m ( i n d e x ) . outputMo dule( i n d e x )
Description
This method returns an output module with the given index.
Parameters
index
integer; the index of the output module
Returns
OutputModule.
RenderQueueItem remove() method
a p p.p ro j e c t . re n d e r Q u e u e . i t e m ( i n d e x ) . remove ()
Using Help
Reference
Back
167
Back
167

Advertisement

Table of Contents
loading

This manual is also suitable for:

After effects

Table of Contents