TV Tuner 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 TV Tuner filter selects an analog broadcast or cable channel to be viewed. The single output stream is a hardware path for analog baseband video. This output should connect to the Analog Video Crossbar filter. The input pins include an input for cable and an antenna input.
Label | Value |
---|---|
Filter Interfaces | IBaseFilter, IAMTVTuner, ISpecifyPropertyPages, IPersistPropertyBag, IKsObject, IKsPropertySet |
Input Pin Media Types | Not applicable. |
Input Pin Interfaces | Not applicable. |
Output Pin Media Types | Video: MEDIATYPE_AnalogVideo, KSDATAFORMAT_SUBTYPE_NONE Audio: MEDIATYPE_AnalogAudio, MEDIASUBTYPE_NULL |
Output Pin Interfaces | IPin |
Filter CLSID | CLSID_TVTunerFilter |
Property Page CLSID | CLSID_TVTunerFilterPropertyPage |
Executable | KSTVTune.ax |
Merit | MERIT_DO_NOT_USE |
Filter Category | AM_KSCATEGORY_TVTUNER |
Related topics