LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ConvertInterleavingMode Enumeration
See Also  
Leadtools.Multimedia Namespace : ConvertInterleavingMode Enumeration



Values that define the interleaving mode used when writing the target file.

Syntax

Visual Basic (Declaration) 
Public Enum ConvertInterleavingMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ConvertInterleavingMode
C# 
public enum ConvertInterleavingMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ConvertInterleavingMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ConvertApproximate interleaving, less overhead than full interleaving.
FullFull interleaving. Equal amounts of data should be ready before interleaving (writing), meaning that some streams might block waiting for other streams.
NoneNo interleaving. Samples are written in the order they arrive.
NoneBufferedNo interleaving. Similar to ltmmConvert_Interleave_None, but uses less disk space and system resources. Requires Microsoft Window XP.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.ConvertInterleavingMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also