Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
The method succeeded. |
|
The specified configuration is not currently registered. |
|
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 |