Skip to content

Latest commit

 

History

History
96 lines (82 loc) · 2.26 KB

nf-mfapi-mfcreatemuxstreamsample.md

File metadata and controls

96 lines (82 loc) · 2.26 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:mfapi.MFCreateMuxStreamSample
MFCreateMuxStreamSample function (mfapi.h)
Creates an IMFSample containing the samples of multiplexed substreams.
MFCreateMuxStreamSample
MFCreateMuxStreamSample function [Media Foundation]
mf.mfcreatemuxstreamsample
mfapi/MFCreateMuxStreamSample
mf\mfcreatemuxstreamsample.htm
mf
D7E7B260-54E0-47F4-9762-ADB06103CDF3
12/05/2018
MFCreateMuxStreamSample, MFCreateMuxStreamSample function [Media Foundation], mf.mfcreatemuxstreamsample, mfapi/MFCreateMuxStreamSample
mfapi.h
Windows
Windows 10, version 1703 [desktop apps only]
Windows Server 2016 [desktop apps only]
Mfplat.lib
Mfplat.dll
Windows
19H1
MFCreateMuxStreamSample
mfapi/MFCreateMuxStreamSample
c++
APIRef
kbSyntax
DllExport
mfplat.dll
MFCreateMuxStreamSample

MFCreateMuxStreamSample function

-description

Creates an IMFSample containing the samples of multiplexed substreams.

-parameters

-param pSamplesToMux [in]

The collection containing the IMFSample for each multiplexed substream.

-param ppMuxSample [out]

The IMFSample containing the samples for the multiplexed substreams.

-returns

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

Return code Description
S_OK
The method succeeded.
E_INVALIDARG
The pSamplesToMux parameter in null.