WMEncEditDecisionList Interface
The WMEncEditDecisionList interface manages a collection of entries for an edit decision list (EDL). Use the IWMEncEditDecisionData interface to add the entries.
The WMEncEditDecisionList interface exposes the following property and methods.
Property | Description |
Count | Retrieves the number of entries in the EDL. |
Method | Description |
Add | Adds an entry to the EDL. |
Item | Retrieves a specific entry from the EDL. |
Remove | Removes an entry from the EDL. |
See Also