TVideoGrabber.GetMiscDeviceControl

Prev

Next

TVideoGrabber

Methods

 




































































































Used to retrieve specific values or states on some video capture devices.


Declaration
function GetMiscDeviceControl (DeviceDataType: TMiscDeviceControl; Index: LongInt): LongInt;


int __fastcall GetMiscDeviceControl(TMiscDeviceControl MiscDeviceControl, int Index);


Function GetMiscDeviceControl (MiscDeviceControl as TMiscDeviceControl, Index as Long) as Long

Description

Used to retrieve 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.


See Also