VideoDevicesCount
property, read-only
Delphi
property VideoDevicesCount: LongInt read GetVideoDevicesCount;
C++Builder
__property System::LongInt VideoDevicesCount = {read=GetVideoDevicesCount, nodefault};
C#
public int VideoDevicesCount { get; }
VB.NET
Public ReadOnly Property VideoDevicesCount As Integer
C++/Qt
int GetVideoDevicesCount ();
Number of video capture devices available on the current platform, in the VideoDevices and VideoDevicesId lists. Note: in Delphi and C++Builder versions of the component, this property is available as a VideoDevicesCount global variable.