Skip to content

Latest commit

 

History

History
82 lines (65 loc) · 2.96 KB

nf-mfidl-imfsensortransformfactory-gettransforminformation.md

File metadata and controls

82 lines (65 loc) · 2.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFSensorTransformFactory.GetTransformInformation
IMFSensorTransformFactory::GetTransformInformation (mfidl.h)
Called by the media pipeline to get information about a transform provided by the sensor transform.
GetTransformInformation
GetTransformInformation method [Media Foundation]
GetTransformInformation method [Media Foundation]
IMFSensorTransformFactory interface
IMFSensorTransformFactory interface [Media Foundation]
GetTransformInformation method
IMFSensorTransformFactory.GetTransformInformation
IMFSensorTransformFactory::GetTransformInformation
mf.imfsensortransformfactory_gettransforminformation
mfidl/IMFSensorTransformFactory::GetTransformInformation
mf\imfsensortransformfactory_gettransforminformation.htm
mf
A83B0A75-60CF-49AA-9386-70A30189C009
12/05/2018
GetTransformInformation, GetTransformInformation method [Media Foundation], GetTransformInformation method [Media Foundation],IMFSensorTransformFactory interface, IMFSensorTransformFactory interface [Media Foundation],GetTransformInformation method, IMFSensorTransformFactory.GetTransformInformation, IMFSensorTransformFactory::GetTransformInformation, mf.imfsensortransformfactory_gettransforminformation, mfidl/IMFSensorTransformFactory::GetTransformInformation
mfidl.h
Windows
Windows 10, version 1703 [desktop apps only]
None supported
Mfplat.lib; Mfplat.dll
Windows
19H1
IMFSensorTransformFactory::GetTransformInformation
mfidl/IMFSensorTransformFactory::GetTransformInformation
c++
APIRef
kbSyntax
COM
mfplat.lib
mfplat.dll
mfplat.dll
mfplat.dll.dll
IMFSensorTransformFactory.GetTransformInformation

IMFSensorTransformFactory::GetTransformInformation

-description

Called by the media pipeline to get information about a transform provided by the sensor transform.

-parameters

-param TransformIndex [in]

The index of the transform for which information is being requested. In the current release, this value will always be 0.

-param pguidTransformId [out]

Gets the identifier for the transform.

-param ppAttributes [out]

The attribute store to be populated.

-param ppStreamInformation [out]

A collection of IMFSensorStream objects.

-returns

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

-see-also

IMFSensorTransformFactory