VisioForge Video Capture SDK (Delphi / ActiveX)
|
Gets the available ranges for the selected adjustment.
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;
__fastcall Boolean PIP_Video_CaptureDevice_VideoAdjust_GetRanges(BSTR DeviceName, TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
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);
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
public Boolean PIP_Video_CaptureDevice_VideoAdjust_GetRanges(string DeviceName, TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
Boolean PIP_Video_CaptureDevice_VideoAdjust_GetRanges(BSTR DeviceName, TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
PIP_Video_CaptureDevice_VideoAdjust_GetRanges
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!
|