mediaFoundationCreateWriter

Typecommand
DictionaryLCS
Librarymediafoundation
Syntax
mediaFoundationCreateWriter <pFilePath>
Associationsmediafoundation
Summary

Create a media file writer. Platform:desktop

OSwindows
Parameters
NameTypeDescription
pFilePath

The path to a media file

RelatedCommand: mediaFoundationTranscode
Description

The type of media container is determined by the file extension. For example, file.mp4 will create an MP4 file.

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