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



Values that define the master stream that other streams must synchronize with after the file is written.

Syntax

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

Members

MemberDescription
AudioIndicates that the audio stream is used as the master.
NoneIndicates that no master stream is selected.
VideoIndicates that the video stream is used as the master.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CaptureMasterStream

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