Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

CaptureInterleavingMode Enumeration






Values that define the interleaving mode used when writing the target file.
Syntax
public enum CaptureInterleavingMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum CaptureInterleavingMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CaptureInterleavingMode
public enum class CaptureInterleavingMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No interleaving. Samples are written in the order they arrive.
0x00000001Capture Approximate interleaving, less overhead than full interleaving.
0x00000002Full Full interleaving. Equal amounts of data should be ready before interleaving (writing), meaning that some streams might block waiting for other streams.
0x00000003NoneBuffered No interleaving. Similar to CaptureInterleavingMode.None, but uses less disk space and system resources. Requires Microsoft Window XP.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CaptureInterleavingMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features