Skip to content

Latest commit

 

History

History
91 lines (66 loc) · 2.82 KB

nf-mfidl-mfcreatetranscodetopologyfrombytestream.md

File metadata and controls

91 lines (66 loc) · 2.82 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.MFCreateTranscodeTopologyFromByteStream
MFCreateTranscodeTopologyFromByteStream function (mfidl.h)
Creates a topology for transcoding to a byte stream.
MFCreateTranscodeTopologyFromByteStream
MFCreateTranscodeTopologyFromByteStream function [Media Foundation]
mf.mfcreatetranscodetopologyfrombytestream
mfidl/MFCreateTranscodeTopologyFromByteStream
mf\mfcreatetranscodetopologyfrombytestream.htm
mf
FBA9E0A1-7763-4566-8245-D626C82D0355
12/05/2018
MFCreateTranscodeTopologyFromByteStream, MFCreateTranscodeTopologyFromByteStream function [Media Foundation], mf.mfcreatetranscodetopologyfrombytestream, mfidl/MFCreateTranscodeTopologyFromByteStream
mfidl.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Mf.lib
Mf.dll
Windows
19H1
MFCreateTranscodeTopologyFromByteStream
mfidl/MFCreateTranscodeTopologyFromByteStream
c++
APIRef
kbSyntax
DllExport
mf.dll
MFCreateTranscodeTopologyFromByteStream

MFCreateTranscodeTopologyFromByteStream function

-description

Creates a topology for transcoding to a byte stream.

-parameters

-param pSrc [in]

A pointer to the IMFMediaSource interface of a media source. The media source provides that source content for transcoding.

-param pOutputStream [in]

A pointer to the IMFByteStream interface of a byte stream. The transcoded output will be written to this byte stream.

-param pProfile [in]

A pointer to the IMFTranscodeProfile interface of a transcoding profile.

-param ppTranscodeTopo [out]

Receives a pointer to the IMFTopology interface. The caller must release the interface.

-returns

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

-remarks

This function creates a partial topology that contains the media source, the encoder, and the media sink.

-see-also

Media Foundation Functions

Media Session

Topologies