EncoderManager
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
isAMEInstalled | boolean | R | 25.0 | Check if AME is installed. |
Static Methods
getManager
25.0EncoderManager
Get the Encoder Manager object.
Instance Methods
exportSequence
25.0boolean
Export a sequence. If no output file and preset is specified, the sequence will be exported with the applied export settings or standard export rules will be applied.
Parameters
Name | Type | Description |
---|---|---|
sequence | object | - |
exportType | Constants.ExportType.IMMEDIATELY, Constants.ExportType.QUEUE_TO_AME etc.. | |
outputFile | string | - |
presetFile | string | - |
exportFull | boolean | - |
Events
| Name | Version | Description | | :------ | :------ | :------ || EVENT_RENDER_COMPLETE | 25.0 | Broadcast when AME is finished rendering |