Edit

Share via


IMFVideoProcessorControl3::GetNaturalOutputType method (mfidl.h)

For a given input type, returns the "natural output type" of the video.

Syntax

HRESULT GetNaturalOutputType(
  [out] IMFMediaType **ppType
);

Parameters

[out] ppType

A pointer to an IMFMediaType object specifying the natural output type of the video.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The natural type is defined as:

  • No scaling is applied
  • No color conversions are applied

This accounts for any rotation, cropping, or pixel aspect applied to the video.

Requirements

Requirement Value
Minimum supported client Windows 10 version 1803
Minimum supported server Windows Server version 1803
Header mfidl.h