VisioForge Video Capture SDK (Delphi / ActiveX)
|
Sets the new value for the selected adjustment.
function PIP_Video_CaptureDevice_VideoAdjust_SetValue(DeviceName: WideString; AdjustType: TVFVideoCapAdjust Enumeration; Value: Integer; Auto: Boolean): Boolean;
__fastcall Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue(BSTR DeviceName, TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
public Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue(String DeviceName, TVFVideoCapAdjust Enumeration AdjustType, int Value, Boolean Auto);
Public Function PIP_Video_CaptureDevice_VideoAdjust_SetValue(DeviceName As String, AdjustType As TVFVideoCapAdjust, Value As Integer, Auto As Boolean) As Boolean
public Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue(string DeviceName, TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
Boolean PIP_Video_CaptureDevice_VideoAdjust_SetValue(BSTR DeviceName, TVFVideoCapAdjust AdjustType, int Value, Boolean Auto);
PIP_Video_CaptureDevice_VideoAdjust_SetValue
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!
|