CaptureInterleavingMode Enumeration

Summary
Values that define the interleaving mode used when writing the target file.
Syntax
C#
VB
C++
public enum CaptureInterleavingMode   
Public Enum CaptureInterleavingMode  
public enum class CaptureInterleavingMode   
Members
ValueMemberDescription
0None No interleaving. Samples are written in the order they arrive.
1Capture Approximate interleaving, less overhead than full interleaving.
2Full Full interleaving. Equal amounts of data should be ready before interleaving (writing), meaning that some streams might block waiting for other streams.
3NoneBuffered No interleaving. Similar to CaptureInterleavingMode.None, but uses less disk space and system resources. Requires Microsoft Window XP.
Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.