Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFMuxStreamMediaTypeManager interface

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Enables the management of stream configurations for a multiplexed media source. A stream configuration defines a set of substreams that can be included the multiplexed output.

Members

The IMFMuxStreamMediaTypeManager interface inherits from the IUnknown interface. IMFMuxStreamMediaTypeManager also has these types of members:

Methods

The IMFMuxStreamMediaTypeManager interface has these methods.

MethodDescription
AddStreamConfiguration

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

GetAttributes

Gets the IMFAttributes for the substream with the specified index.

GetMediaType

Gets the IMFMediaType of the substream with the specified index.

GetStreamConfiguration

Gets the stream configuration with the specified index, which defines a set of substreams that can be included the multiplexed output.

GetStreamConfigurationCount

Gets the count of registered stream configurations, which define set of substreams that can be included the multiplexed output.

GetStreamCount

Gets the count of substreams managed by the multiplexed media source.

GetStreamCount

Gets the count of substreams managed by the multiplexed media source.

RemoveStreamConfiguration

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

 

Requirements

Minimum supported client

Windows 10, version 1703 [desktop apps only]

Minimum supported server

None supported

Header

Mfobjects.h

Library

Mfplat.lib;
Mfplat.dll

 

 

Show:
© 2017 Microsoft