MF_MPEG4SINK_SPSPPS_PASSTHROUGH attribute

Specifies whether the MPEG-4 File Sink filters out sequence parameter set (SPS) and picture parameter set (PPS) NALUs.

Data type

BOOL stored as UINT32

Applies to

IMFMediaSink

Remarks

The MPEG-4 File Sink writes the SPS and PPS parameters into the sample description box of the MP4 file. By default, it filters out the SPS and PPS NALUs from the video stream. To override this behavior, set the MF_MPEG4SINK_SPSPPS_PASSTHROUGH attribute to TRUE.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2012 [desktop apps | UWP apps]
Header
Mfidl.h

See also

Alphabetical List of Media Foundation Attributes