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

Gets the available ranges for the selected adjustment.

Pascal
function PIP_Video_CaptureDevice_VideoAdjust_GetRanges(DeviceName: WideString; AdjustType: TVFVideoCapAdjust Enumeration; out Min: Integer; out Max: Integer; out SteppingDelta: Integer; out Default: Integer; out Auto: Boolean): Boolean;
C++
__fastcall Boolean PIP_Video_CaptureDevice_VideoAdjust_GetRanges(BSTR DeviceName, TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
C#
public Boolean PIP_Video_CaptureDevice_VideoAdjust_GetRanges(String DeviceName, TVFVideoCapAdjust Enumeration AdjustType, ref int Min, ref int Max, ref int SteppingDelta, ref int Default, ref Boolean Auto);
Visual Basic
Public Function PIP_Video_CaptureDevice_VideoAdjust_GetRanges(DeviceName As String, 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 PIP_Video_CaptureDevice_VideoAdjust_GetRanges(string DeviceName, TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
IDL
Boolean PIP_Video_CaptureDevice_VideoAdjust_GetRanges(BSTR DeviceName, TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
JavaScript
PIP_Video_CaptureDevice_VideoAdjust_GetRanges
PHP
public Boolean PIP_Video_CaptureDevice_VideoAdjust_GetRanges($DeviceName, TVFVideoCapAdjust $AdjustType, $Min, $Max, $SteppingDelta, $Default, Boolean $Auto);
Parameters 
Description 
DeviceName: WideString 
PIP device name. 
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!