Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.82 KB

media-foundation-pipeline.md

File metadata and controls

45 lines (25 loc) · 1.82 KB
description ms.assetid title ms.topic ms.date
The pipeline layer in Microsoft Media Foundation is the layer of the architecture that directly generates or processes media data.
d6396246-ddc4-4e24-9371-35ddbef59b8a
Media Foundation Pipeline
article
05/31/2018

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

Media Foundation and COM

Media Foundation Architecture