CameraControlStep
method
Delphi
function CameraControlStep (Setting: TCameraControl): LongInt;
C++Builder
System::LongInt __fastcall CameraControlStep(TCameraControl Setting);
C#
public int CameraControlStep(TCameraControl Setting);
VB.NET
Public Function CameraControlStep(Setting As TCameraControl) As Integer
C++/Qt
int CameraControlStep (TCameraControl Setting);
Gets the stepping value for a given TCameraControl setting, if available for the current video capture device. Returns MAXINT upon failure.