VisioForge Video Capture SDK (Delphi / ActiveX)
|
Gets the available ranges for the selected adjustment.
function Video_CaptureDevice_VideoAdjust_GetRanges(AdjustType: TVFVideoCapAdjust Enumeration; out Min: Integer; out Max: Integer; out SteppingDelta: Integer; out Default: Integer; out Auto: Boolean): Boolean;
__fastcall Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
public Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust Enumeration AdjustType, ref int Min, ref int Max, ref int SteppingDelta, ref int Default, ref Boolean Auto);
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
public Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
Boolean Video_CaptureDevice_VideoAdjust_GetRanges(TVFVideoCapAdjust AdjustType, int Min, int Max, int SteppingDelta, int Default, Boolean Auto);
Video_CaptureDevice_VideoAdjust_GetRanges
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!
|