MF_MPEG4SINK_MOOV_BEFORE_MDAT attribute
Indicates that 'moov' will be written before 'mdat' box in the generated file.
Data type
UINT32
Remarks
The default behavior of the mpeg4 media sink is to write 'moov' after 'mdat' box. Setting this attribute causes the generated file to write 'moov' before 'mdat' box.
In order for the mpeg4 sink to use this attribute, the byte stream passed in must not be slow seek or remote for .
This feature involves an additional file copying/remuxing.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2012 [desktop apps | UWP apps] |
Header |
|
See also