new DuRendererItem(comp, outputTemplateopt, postRenderActionopt, outputPath)
Constructs a new item to render
Parameters:
Name |
Type |
Attributes |
Description |
comp |
CompItem
|
|
The composition to render |
outputTemplate |
string
|
<optional>
|
The output module template name to use when adding comp to the queue. Empty string to let default AE OM defaultOutputTemplate. |
postRenderAction |
PostRenderAction
|
<optional>
|
The PostRenderAction. |
outputPath |
string
|
|
The output file path. |
Properties:
Name |
Type |
Description |
comp |
CompItem
|
The composition to render |
outputTemplate |
string
|
The output module template name to use when adding comp to the queue. Empty string to let default AE OM defaultOutputTemplate. |
postRenderAction |
PostRenderAction
|
The PostRenderAction. |
outputPath |
string
|
The output file path. |