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