[FlagsAttribute()]
public enum CaptureSettings
[FlagsAttribute()]
public enum class CaptureSettings
Value | Member | Description |
---|---|---|
0xFF000000 | Flags | Set all flags on. Currently this only affects the rewind flag, CaptureSettings.Rewind. |
0x00000001 | AudioProcessors | The audio processors settings. |
0x00000002 | VideoProcessors | The video processors settings. |
0x0000000F | Processors | The selected video and audio processors settings. |
0x00000010 | AudioCompressors | The audio compressor used. |
0x00000020 | VideoCompressors | The video compressor used. |
0x000000F0 | Compressors | The audio and video compressors used. |
0x00000100 | AudioDevices | The selected audio device. |
0x00000200 | VideoDevices | The selected video device. This flag includes video inputs, capture sizes, subtypes, Tuners, Crossbars, etc. |
0x00000400 | MidiDevices | The selected MIDI device. |
0x00000F00 | Devices | The selected audio, video, and MIDI devices. |
0x00001000 | MiscControls | The miscellaneous properties that affect the operation of the CaptureCtrl object. |
0x0000F000 | Controls | All the properties that affect the operation of the CaptureCtrl object. Currently this includes only the CaptureSettings.MiscControls option. |
0x00FFFFFF | All | All settings. |
0x01000000 | Rewind | Rewind the stream to position zero before reading from or writing to it using functions like CaptureCtrl.SaveSettingsToStream and CaptureCtrl.LoadSettingsFromStream. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document