Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Creates an IMFAttributes describing the content of multiplexed substreams.
Syntax
HRESULT MFCreateMuxStreamAttributes(
[in] IMFCollection *pAttributesToMux,
[out] IMFAttributes **ppMuxAttribs
);
Parameters
[in] pAttributesToMux
The collection containing the IMFAttributes for each multiplexed substream.
[out] ppMuxAttribs
The IMFAttributes containing the attributes for the multiplexed substreams.
Return value
The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
The pAttributesToMux parameter in null. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1703 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Target Platform | Windows |
| Header | mfapi.h |
| Library | Mfplat.lib |
| DLL | Mfplat.dll |