Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.03 KB

processingcodecmftinputandoutput.md

File metadata and controls

25 lines (15 loc) · 1.03 KB
description ms.assetid title ms.topic ms.date
Processing Codec MFT Input and Output
2d012508-de13-411f-9102-22e47faddffd
Processing Codec MFT Input and Output
article
05/31/2018

Processing Codec MFT Input and Output

When you have configured the input type and output type for an MFT, you can begin processing data samples. You pass samples to the MFT for processing by using the IMFTransform::ProcessInput method, and then retrieve the processed sample by calling IMFTransform::ProcessOutput. You should set accurate time stamps and durations for all input samples passed. Time stamps are not strictly required but help maintain audio/video synchronization. If you do not have the time stamps for your samples it is better to leave them out than to use uncertain values.

Related topics

Working with Codec MFTs