IMFSensorTransformFactory::CreateTransform method (mfidl.h)

Called by the media pipeline to create the transform.

Syntax

HRESULT CreateTransform(
  [in]           REFGUID            guidSensorTransformID,
  [in, optional] IMFAttributes      *pAttributes,
  [in, optional] IMFDeviceTransform **ppDeviceMFT
);

Parameters

[in] guidSensorTransformID

The identifier of the transform to be created.

[in, optional] pAttributes

The identifier of the transform to be created.

[in, optional] ppDeviceMFT

The identifier of the transform to be created.

Return value

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

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header mfidl.h
Library Mfplat.lib; Mfplat.dll

See also

IMFSensorTransformFactory