Platforms to show: All Mac Windows Linux Cross-Platform

Back to DirectShowConfigInterleavingMBS class.

DirectShowConfigInterleavingMBS.kInterleaveBuffered = 3

Type Topic Plugin Version
const DirectShow MBS Win Plugin 12.1
One of the interleaving mode constants.

Noninterleaved.
This mode is equivalent to kInterleaveNone but uses less file space and system overhead.

DirectShowConfigInterleavingMBS.kInterleaveCapture = 1

Type Topic Plugin Version
const DirectShow MBS Win Plugin 12.1
One of the interleaving mode constants.

Approximate interleaving with less overhead than kInterleaveFull.
This mode is suitable for video capture. The AVI Mux attempts to use unbuffered, overlapped write operations. Unless the interleaving parameters are configured properly, however, frames may be dropped if one stream blocks while it waits for data from another stream. In particular, audio buffers should be less than .5 second, or else the video stream will block for excessive periods of time.

DirectShowConfigInterleavingMBS.kInterleaveFull = 2

Type Topic Plugin Version
const DirectShow MBS Win Plugin 12.1
One of the interleaving mode constants.

Full, precise interleaving of audio samples and video frames.
Streams will block indefinitely, waiting for equal amounts of data before interleaving. This mode is suitable for authoring and playback.

DirectShowConfigInterleavingMBS.kInterleaveNone = 0

Type Topic Plugin Version
const DirectShow MBS Win Plugin 12.1
One of the interleaving mode constants.

Noninterleaved.
Frames are written in the order they arrive. Files must be interleaved for playback at a later time. In this mode, the AVI Mux filter attempts to use unbuffered, overlapped write operations, to increase throughput.

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...