Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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. |