155
JavaScript Reference
RenderQueueItem object
155
RenderQueueItem object
a p p . p r o j e c t . r e n d e r Q u e u e . i t e m s (
i n d e x
)
Description
The RenderQueueItem object represents an individual item in the render queue. It provides access to the
specific settings for an item to be rendered. Create the object by adding a composition to the Render Queue
with the RQItemCollection object; see “RQItemCollection add() method” on page 161.
Attributes
Methods
Attribute
Reference
Description
n u m O u t p u t M o d u l e s
“RenderQueueItem numOutputModules
attribute” on page 157
The total number of Output Modules assigned to the
item.
r e n d e r
“RenderQueueItem render attribute” on
page 158
When true, this item is rendered when the queue is
started.
s t a r t T im e
“RenderQueueItem startTime attribute” on
page 159
The time when rendering began for the item.
e l a p s e d S e c o n d s
“RenderQueueItem elapsedSeconds
attribute” on page 156
The time elapsed in the current rendering of this item.
t i m e S p a n S t a r t
“RenderQueueItem timeSpanStart
attribute” on page 160
The start time in the composition to be rendered.
t im e S p a n D u r a t i o n
“RenderQueueItem timeSpanDuration
attribute” on page 160
The duration of the composition to be rendered.
s k i p F r a m e s
“RenderQueueItem skipFrames attribute”
on page 159
The number of frames to skip when rendering this item.
c o m p
“RenderQueueItem comp attribute” on
page 156
The composition to be rendered by this item.
o u t p u t M o d u l e s
“RenderQueueItem outputModules
attribute” on page 158
The collection of Output Modules for this item.
t e m p l a t e s
“RenderQueueItem templates attribute” on
page 160
A set of Render Settings templates.
s t a t u s
“RenderQueueItem status attribute” on
page 159
The current rendering status of the item.
o n S t a t u s C h a n g e d
“RenderQueueItem onStatusChanged
attribute” on page 157
A callback function that is called during the rendering
process when the status of the item changes.
l o g T y p e
“RenderQueueItem logType attribute” on
page 157
A log type for this item.
Method
Reference
Description
o u t p u t M o d u l e ( )
“RenderQueueItem outputModule() method” on
page 158
Gets an Output Module for the item.
r e m o v e ( )
“RenderQueueItem remove() method” on page 158
Removes the item from the render queue.
s a v e A s T e m p l a t e ( )
“RenderQueueItem saveAsTemplate() method” on
page 159
Saves a new Render Settings template.
Summary of Contents for 65009963 - After Effects CS4
Page 1: ...SCRIPTING GUIDE...