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

Sets the new value for the selected adjustment.

Pascal
function PIP_Video_CaptureDevice_VideoAdjust_SetValue(DeviceName: WideString; AdjustType: TVFVideoCapAdjust Enumeration; Value: Integer; Auto: Boolean): Boolean;
C++
__fastcall Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue(BSTR DeviceName, TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
C#
public Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue(String DeviceName, TVFVideoCapAdjust Enumeration AdjustType, int Value, Boolean Auto);
Visual Basic
Public Function PIP_Video_CaptureDevice_VideoAdjust_SetValue(DeviceName As String, AdjustType As TVFVideoCapAdjust, Value As Integer, Auto As Boolean) As Boolean
Java
public Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue(string DeviceName, TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
IDL
Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue(BSTR DeviceName, TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
JavaScript
PIP_Video_CaptureDevice_VideoAdjust_SetValue
PHP
public Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue($DeviceName, TVFVideoCapAdjust $AdjustType, $Value, Boolean $Auto);
Parameters 
Description 
DeviceName: WideString 
PIP device name. 
AdjustType: TVFVideoCapAdjust 
Adjustment type. 
Value: Integer 
Value. 
Auto: Boolean 
Auto. 

Returns , if the operation was successful.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!