GetMiscDeviceControl
method
Delphi
function GetMiscDeviceControl (MiscDeviceControl: TMiscDeviceControl; Index: LongInt): LongInt;
C++Builder
System::LongInt __fastcall GetMiscDeviceControl(TMiscDeviceControl MiscDeviceControl, System::LongInt Index);
C#
public int GetMiscDeviceControl(TMiscDeviceControl MiscDeviceControl, int Index);
VB.NET
Public Function GetMiscDeviceControl(MiscDeviceControl As TMiscDeviceControl, Index As Integer) As Integer
C++/Qt
int GetMiscDeviceControl (TMiscDeviceControl MiscDeviceControl, int Index);
Retrieves specific values or states on some video capture devices that support them, e.g. the GPIO, VPD, etc... The use of this function is explained in the Miscellaneous device control ) chapter.