mediaFoundationVideoProcessorGetOutputMediaType

Typefunction
DictionaryLCS
Librarymediafoundation
Syntax
mediaFoundationVideoProcessorGetOutputMediaType(<pVideoProcessorID>)
Associationsmediafoundation
Summary

Get the current output media type Platform:desktop

OSwindows
Parameters
NameTypeDescription
pVideoProcessorID

A video processor ID

RelatedCommand: mediaFoundationTranscode, mediaFoundationCreateVideoProcessor
Description

To setup the pipeline for transcoding we must find an a reader output media type that is supported by the video processor as an input media type and a writer input media type that is supported by the video processor as an output media type.

RNote:See the mediaFoundationTranscode documentation for a complete example of using this handler.