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

Gets the current value for the selected adjustment.

Pascal
function Video_CaptureDevice_VideoAdjust_GetValue(AdjustType: TVFVideoCapAdjust Enumeration; out Value: Integer; out Auto: Boolean): Boolean;
C++
__fastcall Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
C#
public Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust Enumeration AdjustType, ref int Value, ref Boolean Auto);
Visual Basic
Public Function Video_CaptureDevice_VideoAdjust_GetValue(AdjustType As TVFVideoCapAdjust, ByRef Value As Integer, ByRef Auto As Boolean) As Boolean
Java
public Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
IDL
Boolean Video_CaptureDevice_VideoAdjust_GetValue(TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
JavaScript
Video_CaptureDevice_VideoAdjust_GetValue
PHP
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!