IFilterInfo.VendorInfo

 
Microsoft DirectShow 9.0

IFilterInfo.VendorInfo

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

The VendorInfo property retrieves a string containing vendor information.

Syntax

  objFilterInfo
  .VendorInfo As String

Parameters

This property takes no parameters.

Return Values

Returns a string containing the vendor information, or a generic string if none was supplied.

Remarks

This property contains any information that the distributor of the filter chooses to supply. However, most filters do not provide any vendor string.

This property is read-only. 

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also