MF_XVP_DISABLE_FRC attribute

Disables frame-rate conversion in the Video Processor MFT.

Data type

BOOL stored as UINT32

Remarks

If this attribute is TRUE, the video processor will not perform frame-rate conversion. By default, the video processor will convert the frame rate to match the output media type.

To set this attribute:

  1. Call IMFTransform::GetAttributes on the video processor.
  2. Call IMFAttributes::SetUINT32.

Set the attribute before streaming begins.

Requirements

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

See also

Alphabetical List of Media Foundation Attributes