IFilterInfo.Pins

 
Microsoft DirectShow 9.0

IFilterInfo.Pins

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

The Pins property retrieves a collection of all the pins on this filter.

Syntax

  objFilterInfo
  .Pins As IAMCollection

Parameters

This property takes no parameters.

Return Values

Returns an IAMCollection object that contains zero or more IPinInfo objects. Each IPinInfo object represents one pin on the filter.

Remarks

This property is read-only. 

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also