File Stream Renderer Filter

 
Microsoft DirectShow 9.0

File Stream Renderer Filter

The File Stream Renderer filter renders file names that are parsed by the Multi-File Parser filter. For more information, see the documentation for that filter.

The use of this filter is deprecated. To render multiple files within the same filter graph, the application should simply call RenderFile or AddSourceFilter multiple times.

Filter interfaces IBaseFilter
Input pin media types
  • Major type: MEDIATYPE_File
  • Subtype: GUID_NULL
  • Format type: MEDIATYPE_File
Input pin interfaces IPin, IQualityControl
Output pin media types None
Output pin interfaces IPin, IQualityControl, IStreamBuilder
Filter CLSID CLSID_FileRend
Executable Quartz.dll
Merit MERIT_UNLIKELY
Filter Category CLSID_LegacyAmFilterCategory

Remarks

The filter's CLSID is not defined in Uuids.h. Use this macro in your own header file:

// {D51BD5A5-7548-11cf-A520-0080C77EF58A}
DEFINE_GUID(CLSID_FileRend,
0xd51bd5A5, 0x7548, 0x11cf, 0xa5, 0x20, 0x0, 0x80, 0xc7, 0x7e, 0xf5, 0x8a);

See Also