The filter graph manager exposes the IAMCollection object, which allows access to object collections. These collections contain IPinInfo, IFilterInfo, or IMediaTypeInfo objects.
Properties
Name | Description |
Count | Returns the number of items in the collection. |
Methods
Name | Description |
Item | Retrieves the specified member of the collection. |
Returns the number of items in the collection.
objCollection.Count
Retrieves the specified collection member and stores it in the passed-in object.
objCollection.Item lItem, objNew
The index value ranges from 0 to (Count 1).
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.