File Stream Renderer Filter

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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.

Label Value
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);

DirectShow Filters