Leadtools.Multimedia Namespace : CaptureInterleavingMode Enumeration |
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 CaptureInterleavingMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Multimedia.CaptureInterleavingMode = function() { }; Leadtools.Multimedia.CaptureInterleavingMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CaptureInterleavingMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Capture | Approximate interleaving, less overhead than full interleaving. |
Full | Full interleaving. Equal amounts of data should be ready before interleaving (writing), meaning that some streams might block waiting for other streams. |
None | No interleaving. Samples are written in the order they arrive. |
NoneBuffered | No interleaving. Similar to CaptureInterleavingMode.None, but uses less disk space and system resources. Requires Microsoft Window XP. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CaptureInterleavingMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2