IConfigInterleaving Interface

 
Microsoft DirectShow 9.0

IConfigInterleaving Interface

The IConfigInterleaving interface controls how the AVI Mux filter interleaves audio and video samples. Video-authoring applications that handle capturing should use this interface when they need to control how audio samples and video frames will be saved on a disk.

In addition to the methods inherited from IUnknown, the IConfigInterleaving interface exposes the following methods.

Method Description
get_Interleaving Retrieves the audio preroll time and the frequency of the interleaving.
get_Mode Retrieves the interleaving quality setting.
put_Interleaving Sets the audio preroll time and the frequency of the interleaving.
put_Mode Sets how audio samples and video frames will be saved on disk by specifying quality of interleaving.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.