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.
Gets the count of registered stream configurations, which define set of substreams that can be included the multiplexed output.
Syntax
HRESULT GetStreamConfigurationCount(
[out] DWORD *pdwCount
);
Parameters
[out] pdwCount
The number of registered stream configurations.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
Invalid argument. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1703 [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | mfobjects.h |
| Library | Mfplat.lib; Mfplat.dll |