MF_CAPTURE_ENGINE_RECORD_SINK_VIDEO_MAX_UNPROCESSED_SAMPLES attribute
Sets the maximum number of unprocessed samples that can be buffered for processing in the record sink video path.
Data type
UINT64
Remarks
To configure this attribute on the capture engine, add it to the pAttributes parameter when you call IMFCaptureEngine::Initialize.
The maximum value for this attribute is 17.
Once the record has buffered the maximum number of unprocessed samples, specified by MF_CAPTURE_ENGINE_RECORD_SINK_VIDEO_MAX_UNPROCESSED_SAMPLES, it drops the frame rate by dropping samples.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|
See also