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.
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The IConfigAviMux interface configures the AVI Mux filter. Applications can use this interface to set the master stream and to create an AVI 1.0 index.
IConfigAviMux::GetOutputCompatibilityIndex methods.
Inheritance
The IConfigAviMux interface inherits from the IUnknown interface. IConfigAviMux also has these types of members:
Methods
The IConfigAviMux interface has these methods.
| IConfigAviMux::GetMasterStream  The GetMasterStream method queries which stream will be used to synchronize the other streams in the file.  | 
| IConfigAviMux::GetOutputCompatibilityIndex  The GetOutputCompatibilityIndex method retrieves the setting for the AVI index format.  | 
| IConfigAviMux::SetMasterStream  The SetMasterStream method specifies a stream that will be used to synchronize the other streams in the file.  | 
| IConfigAviMux::SetOutputCompatibilityIndex  The SetOutputCompatibilityIndex method sets the AVI index format.  | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] | 
| Minimum supported server | Windows 2000 Server [desktop apps only] | 
| Target Platform | Windows | 
| Header | strmif.h (include Dshow.h) |