mediaFoundationWriterBeginWriting

Typecommand
DictionaryLCS
Librarymediafoundation
Syntax
mediaFoundationWriterBeginWriting <pFilePath>
Associationsmediafoundation
Summary

Begin writing to a media file Platform:desktop

OSwindows
Parameters
NameTypeDescription
pFilePath

The path to a media file

The result (c-string): An error string if an error occurs

RelatedCommand: mediaFoundationTranscode, mediaFoundationCreateWriter
Description

The writer must already be created with mediaFoundationCreateWriter.

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