Media Foundation Pipeline
The pipeline layer in Microsoft Media Foundation is the layer of the architecture that directly generates or processes media data.
Most applications do not call methods directly on the pipeline components, although it is possible to do so. Read these topics if you are writing a custom pipeline component.
In this section
Topic | Description |
---|---|
Media Sources |
Media sources generate media data, typically from a file, capture device, or network stream. |
Media Foundation Transforms |
Media Foundation transforms (MFTs) process media data. For example, codecs in Media Foundation are implemented as MFTs. |
Media Sinks |
Media sinks consume media data. For example, a media sink might write the data to a file, or send the data over a network. |
Related topics