IMFMuxStreamMediaTypeManager::RemoveStreamConfiguration method (mfobjects.h)

Unregisters a stream configuration, which defines a set of substreams that can be included the multiplexed output.

Syntax

HRESULT RemoveStreamConfiguration(
  [in] ULONGLONG ullStreamMask
);

Parameters

[in] ullStreamMask

A bitmask value where the bits that are on represent the indices of the substreams that are included in the stream configuration.

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.
S_FALSE
The specified configuration is not currently registered.
E_OUTOFMEMORY
There is insufficient memory to complete the operation.

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