IAMCollection.Item

Note  This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The Item method retrieves an item from the collection.

objCollection.Item(
    index As Long,
    ByRef objItem As Object)

Parameters

  • index
    Index of the item to retrieve. The value can range from 0 to IAMCollection.Count– 1.

  • objItem
    Variable that receives the item from the collection.

Return Value

This method does not return a value.

Remarks

The item is returned in the objItem parameter; it is an object of type IFilterInfo, IPinInfo, or IMediaTypeInfo, depending on the collection.

Requirements

Type Library

ActiveMovie control type library

DLL

Quartz.dll

See Also

FilgraphManager.FilterCollection

FilgraphManager.RegFilterCollection

IAMCollection Object

IFilterInfo.Pins

IPinInfo.MediaTypes

 

 

Send comments about this topic to Microsoft

Build date: 8/31/2010