IsDVDevice
Deprecated
Kept for backward compatibility only.
Delphi
function IsDVDevice (Index: LongInt): Boolean;
C++Builder
bool __fastcall IsDVDevice(System::LongInt Index);
C#
public bool IsDVDevice(int Index);
VB.NET
Public Function IsDVDevice(Index As Integer) As Boolean
C++/Qt
BOOL IsDVDevice (int Index);
used to know if the video capture device specified by its index in the VideoDevices list is a DV capture device.