VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Video_CaptureDevice_VideoAdjust_GetRanges Method

Gets the available ranges for the selected adjustment.

Pascal
function Video_CaptureDevice_VideoAdjust_GetRanges(AdjustType: TVFVideoCapAdjust Enumeration; out Min: Integer; out Max: Integer; out SteppingDelta: Integer; out Default: Integer; out Auto: Boolean): Boolean;
C++
__fastcall Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
C#
public Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust Enumeration AdjustType, ref int Min, ref int Max, ref int SteppingDelta, ref int Default, ref Boolean Auto);
Visual Basic
Public Function Video_CaptureDevice_VideoAdjust_GetRanges(AdjustType As TVFVideoCapAdjust, ByRef Min As Integer, ByRef Max As Integer, ByRef SteppingDelta As Integer, ByRef Default As Integer, ByRef Auto As Boolean) As Boolean
Java
public Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
IDL
Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
JavaScript
Video_CaptureDevice_VideoAdjust_GetRanges
PHP
public Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust $AdjustType, $Min, $Max, $SteppingDelta, $Default, Boolean $Auto);
Parameters 
Description 
AdjustType: TVFVideoCapAdjust 
Adjustment type. 
out Min: Integer 
Minimal value. 
out Max: Integer 
Maximal value. 
out SteppingDelta: Integer 
Stepping delta. 
out Default: Integer 
Default value. 
out Auto: Boolean 
Auto. 

Returns , if the operation was successful.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!