Share via


IFilterInfo.Name

 
Microsoft DirectShow 9.0

IFilterInfo.Name

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

The Name property retrieves the name of the filter.

Syntax

  objFilterInfo
  .Name As String

Parameters

This property takes no parameters.

Return Values

Returns the name of the filter.

Remarks

This property is read-only.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also