Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : ConvertInterleavingMode Enumeration |
public enum ConvertInterleavingMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum ConvertInterleavingMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ConvertInterleavingMode
public enum class ConvertInterleavingMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No interleaving. Samples are written in the order they arrive. |
0x00000001 | Convert | Approximate interleaving, less overhead than full interleaving. |
0x00000002 | Full | Full interleaving. Equal amounts of data should be ready before interleaving (writing), meaning that some streams might block waiting for other streams. |
0x00000003 | NoneBuffered | No interleaving. Similar to ltmmConvert_Interleave_None, but uses less disk space and system resources. Requires Microsoft Window XP. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.ConvertInterleavingMode