IWMEncTransformCollection Interface
The IWMEncTransformCollection interface manages the collection of transform plug-ins. The order of plug-ins in this collection determines the order that the transformations are applied to the media streams. This collection contains only the transform plug-ins that are applied during the current session. The entire collection of transform plug-ins is enumerated by the IWMEncTransformPluginInfoManager interface.
The IWMEncTransformCollection interface exposes the following properties and methods.
Property | Description |
Count | Retrieves the number of transform plug-ins in the collection. |
length | Retrieves the number of transform plug-ins in the collection. |
Method | Description |
Add | Adds a transform plug-in to the collection. |
Item | Retrieves a specific transform plug-in. |
Move | Places one transform plug-in in front of another in the collection. |
Remove | Removes a specific plug-in from the collection. |
RemoveAll | Removes all plug-ins from the collection. |
See Also
- Interfaces (C#)
- IWMEncTransformCollection Interface
- IWMEncTransformPluginInfoManager Interface
- Using Transform Plug-Ins