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



Values that define the source of the preview media.

Syntax

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

Members

MemberDescription
AudioSpecifies that only audio should be previewed.
VideoSpecifies that only video should be previewed.
VideoAndAudioSpecifies that both video and audio should be previewed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CapturePreview

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