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

Gets the current value for the selected adjustment.

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