The ltmmCapture_InterleavingMode Constants define the interleaving mode used when writing the target file.
typedef enum ltmmCapture_InterleavingMode
{
ltmmCapture_Interleave_None,
ltmmCapture_Interleave_Capture,
ltmmCapture_Interleave_Full,
ltmmCapture_Interleave_None_Buffered,
} ltmmCapture_InterleavingMode;
[0] No interleaving. Samples are written in the order they arrive.
[1] Approximate interleaving, less overhead than full interleaving.
[2] Full interleaving. Equal amounts of data should be ready before interleaving (writing), meaning that some streams might block waiting for other streams.
[3] No interleaving. Similar to ltmmCapture_Interleave_None, but uses less disk space and system resources. Requires Microsoft Window XP.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document