VisioForge Video Capture SDK (Delphi / ActiveX)
|
Gets the current value for the selected adjustment.
function Video_CaptureDevice_VideoAdjust_GetValue(AdjustType: TVFVideoCapAdjust Enumeration; out Value: Integer; out Auto: Boolean): Boolean;
__fastcall Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
public Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust Enumeration AdjustType, ref int Value, ref Boolean Auto);
Public Function Video_CaptureDevice_VideoAdjust_GetValue(AdjustType As TVFVideoCapAdjust, ByRef Value As Integer, ByRef Auto As Boolean) As Boolean
public Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
Video_CaptureDevice_VideoAdjust_GetValue
public Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust $AdjustType, $Value, Boolean $Auto);
Parameters |
Description |
AdjustType: TVFVideoCapAdjust |
Adjustment type. |
out Value: Integer |
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!
|