Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
- Call IMFTransform::GetAttributes on the video processor.
- 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 |
|
See also