IMFMuxStreamMediaTypeManager::GetStreamConfigurationCount method (mfobjects.h)

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
S_OK
The method succeeded.
E_INVALIDARG
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

See also

IMFMuxStreamMediaTypeManager