Microsoft DirectX 8.1 (C++) |
The IAMCollection interface is implemented by the Filter Graph Manager for use by applications written in Microsoft® Visual Basic® or a scripting language.
IAMCollection allows access to collections of objects such as those exporting the IPinInfo and IFilterInfointerfaces. For example, the IFilterInfo::get_Pins method retrieves an IAMCollection interface that can be used to access the IPinInfo interfaces for each pin on the filter.
In addition to the methods inherited from IDispatch, the IAMCollection interface exposes the following methods.
Method | Description |
get_Count | Retrieves the number of items in the collection. |
get_NewEnum | Retrieves an enumerator object that implements IEnumVARIANT on this collection. |
Item | Retrieves the indexed item from the collection. |