IWMEncSourceGroupCollection Interface
The IWMEncSourceGroupCollection interface contains the enumerated source groups that are available to an encoding session. The IWMEncSourceGroupCollection interface exposes the following properties and methods.
Property | Description |
Active | Specifies and retrieves the active source group. |
Count | Retrieves the number of source groups in the source group collection. |
length | Retrieves the number of source groups in the source group collection. This is the JScript version of Count. |
Method | Description |
Add | Appends a new source group to the collection. |
Item | Retrieves the source group identified by a specific integer index. |
Move | Repositions a given source group directly in front of another in the collection. |
Remove | Removes a source group from the collection. |
See Also