ltmmCaptureCtrl.InterleaveMode Property

Visual Basic

Syntax

object.InterleaveMode As Long

Remarks

Gets or sets the current interleaving mode, which is used for writing the target file.

Not all file formats support the interleaving mode. For example, AVI file format supports interleaving mode, while WMV file format does not. The interleaving mode is ignored for the formats that do not support it. Interleaving mode tells the multiplexer A module that combines audio and video into one file. the method for combining data from various streams (video, audio, etc) in the file. Some interleaving modes will require more processing and more memory, but will generate files more suitable for streaming. Other interleaving modes will be faster, and should be used when speed is necessary (for example, during capture). For a list of possible values, refer to the ltmmCapture_InterleavingMode Constants.

Platforms

Win32, x64

See Also

Topics:

Multimedia Properties, Methods and Events