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



The CaptureSettings enumeration values control saving and loading settings for the CaptureCtrl object.

Syntax

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

Members

MemberDescription
AllAll settings.
AudioCompressorsThe audio compressor used.
AudioDevicesThe selected audio device.
AudioProcessorsThe audio processors settings.
CompressorsThe audio and video compressors used.
ControlsAll the properties that affect the operation of the CaptureCtrl object. Currently this includes only the CaptureSettings.MiscControls option.
DevicesThe selected audio, video, and MIDI devices.
FlagsSet all flags on. Currently this only affects the rewind flag, CaptureSettings.Rewind.
MidiDevicesThe selected MIDI device.
MiscControlsThe miscellaneous properties that affect the operation of the CaptureCtrl object object.
ProcessorsThe selected video and audio processors settings.
RewindRewind the stream to position zero before reading from or writing to it using functions like CaptureCtrl.SaveSettingsToStream and CaptureCtrl.LoadSettingsFromStream.
VideoCompressorsThe video compressor used.
VideoDevicesThe selected video device. This flag includes video inputs, capture sizes, subtypes, Tuners, Crossbars, etc.
VideoProcessorsThe video processors settings.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.CaptureSettings

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