| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum CaptureSettings Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CaptureSettings | |
| C# | |
|---|---|
[FlagsAttribute()] public enum CaptureSettings : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class CaptureSettings : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| All | All settings. |
| AudioCompressors | The audio compressor used. |
| AudioDevices | The selected audio device. |
| AudioProcessors | The audio processors settings. |
| Compressors | The audio and video compressors used. |
| Controls | All the properties that affect the operation of the CaptureCtrl object. Currently this includes only the CaptureSettings.MiscControls option. |
| Devices | The selected audio, video, and MIDI devices. |
| Flags | Set all flags on. Currently this only affects the rewind flag, CaptureSettings.Rewind. |
| MidiDevices | The selected MIDI device. |
| MiscControls | The miscellaneous properties that affect the operation of the CaptureCtrl object object. |
| Processors | The selected video and audio processors settings. |
| Rewind | Rewind the stream to position zero before reading from or writing to it using functions like CaptureCtrl.SaveSettingsToStream and CaptureCtrl.LoadSettingsFromStream. |
| VideoCompressors | The video compressor used. |
| VideoDevices | The selected video device. This flag includes video inputs, capture sizes, subtypes, Tuners, Crossbars, etc. |
| VideoProcessors | The video processors settings. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.CaptureSettings
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code