The VideoDevices object contains a collection of registered video devices.
public class VideoDevices : Devices
Public Class VideoDevices
Inherits Leadtools.Multimedia.Devices
Implements System.Collections.Generic.IEnumerable(Of Device), System.Collections.IEnumerable, System.IDisposable
public ref class VideoDevices : public Leadtools.Multimedia.Devices, System.Collections.Generic.IEnumerable<Device>, System.Collections.IEnumerable, System.IDisposable
The CaptureCtrl object uses this collection to enumerate and select video devices. A VideoDevices object is not externally creatable and is only obtained through the parent object's VideoDevices property. This collection object is derived from the general Devices object collection base class.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET