Skip to content

Latest commit

 

History

History
114 lines (89 loc) · 3.76 KB

nf-mftransform-imftransform-getinputstreaminfo.md

File metadata and controls

114 lines (89 loc) · 3.76 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:mftransform.IMFTransform.GetInputStreamInfo
IMFTransform::GetInputStreamInfo (mftransform.h)
Gets the buffer requirements and other information for an input stream on this Media Foundation transform (MFT).
GetInputStreamInfo
GetInputStreamInfo method [Media Foundation]
GetInputStreamInfo method [Media Foundation]
IMFTransform interface
IMFTransform interface [Media Foundation]
GetInputStreamInfo method
IMFTransform.GetInputStreamInfo
IMFTransform::GetInputStreamInfo
d57ffac7-1a92-4c6b-bd59-0acd7239c0a6
mf.imftransform_getinputstreaminfo
mftransform/IMFTransform::GetInputStreamInfo
mf\imftransform_getinputstreaminfo.htm
mf
d57ffac7-1a92-4c6b-bd59-0acd7239c0a6
12/05/2018
GetInputStreamInfo, GetInputStreamInfo method [Media Foundation], GetInputStreamInfo method [Media Foundation],IMFTransform interface, IMFTransform interface [Media Foundation],GetInputStreamInfo method, IMFTransform.GetInputStreamInfo, IMFTransform::GetInputStreamInfo, d57ffac7-1a92-4c6b-bd59-0acd7239c0a6, mf.imftransform_getinputstreaminfo, mftransform/IMFTransform::GetInputStreamInfo
mftransform.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFTransform::GetInputStreamInfo
mftransform/IMFTransform::GetInputStreamInfo
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFTransform.GetInputStreamInfo

IMFTransform::GetInputStreamInfo

-description

Gets the buffer requirements and other information for an input stream on this Media Foundation transform (MFT).

-parameters

-param dwInputStreamID [in]

Input stream identifier. To get the list of stream identifiers, call IMFTransform::GetStreamIDs.

-param pStreamInfo [out]

Pointer to an MFT_INPUT_STREAM_INFO structure. The method fills the structure with information about the input stream.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
MF_E_INVALIDSTREAMNUMBER
Invalid stream identifier.

-remarks

It is valid to call this method before setting the media types. Note that the results of this call can change dynamically after the media type changes and after ProcessInput is called, so you may need to call this method again after either of these occur.

If MFT_UNIQUE_METHOD_NAMES is defined before including mftransform.h, this method is renamed MFTGetInputStreamInfo. See Creating Hybrid DMO/MFT Objects.

-see-also

IMFTransform

Media Foundation Transforms