Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.48 KB

mf-xvp-disable-frc.md

File metadata and controls

53 lines (29 loc) · 1.48 KB
description ms.assetid title ms.topic ms.date
Disables frame-rate conversion in the Video Processor MFT.
98AA7B3A-281C-427D-805E-5C4EE1EFAE21
MF_XVP_DISABLE_FRC attribute (Mfidl.h)
reference
05/31/2018

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