ConvertInterleavingMode Enumeration

Summary
Defines the interleaving mode used when writing the target file.
Syntax
C#
C++/CLI
public enum ConvertInterleavingMode   
public enum class ConvertInterleavingMode   
Members
ValueMemberDescription
0None No interleaving. Samples are written in the order they arrive.
1Convert 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 ltmmConvert_Interleave_None, but uses less disk space and system resources. Requires Microsoft Window XP.
Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

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

Leadtools.Multimedia Assembly

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