VisioForge Video Capture SDK (Delphi / ActiveX)
|
Adds Picture-In-Picture DeviceName.
function PIP_Sources_Add_VideoCaptureDevice(DeviceName: WideString; Format: WideString; UseBestFormat: Boolean; FrameRate: Double; Input: WideString; Left_: Integer; Top_: Integer; Width_: Integer; Height_: Integer): Boolean;
__fastcall Boolean PIP_Sources_Add_VideoCaptureDevice(BSTR DeviceName, BSTR Format, Boolean UseBestFormat, Double FrameRate, BSTR Input, int Left_, int Top_, int Width_, int Height_);
public Boolean PIP_Sources_Add_VideoCaptureDevice(String DeviceName, String Format, Boolean UseBestFormat, Double FrameRate, String Input, int Left_, int Top_, int Width_, int Height_);
Public Function PIP_Sources_Add_VideoCaptureDevice(DeviceName As String, Format As String, UseBestFormat As Boolean, FrameRate As Double, Input As String, Left_ As Integer, Top_ As Integer, Width_ As Integer, Height_ As Integer) As Boolean
public Boolean PIP_Sources_Add_VideoCaptureDevice(string DeviceName, string Format, Boolean UseBestFormat, Double FrameRate, string Input, int Left_, int Top_, int Width_, int Height_);
Boolean PIP_Sources_Add_VideoCaptureDevice(BSTR DeviceName, BSTR Format, Boolean UseBestFormat, Double FrameRate, BSTR Input, int Left_, int Top_, int Width_, int Height_);
PIP_Sources_Add_VideoCaptureDevice
public Boolean PIP_Sources_Add_VideoCaptureDevice($DeviceName, $Format, Boolean $UseBestFormat, Double $FrameRate, $Input, $Left_, $Top_, $Width_, $Height_);
Parameters |
Description |
DeviceName: WideString |
DeviceName name. |
Format: WideString |
Video format. |
UseBestFormat: Boolean |
Use best video format. |
FrameRate: Double |
Frame rate. |
Input: WideString |
Video input (crossbar). |
Left_: Integer |
Left. |
Top_: Integer |
Top. |
Width_: Integer |
Width. |
Height_: Integer |
Height. |
Returns , if the operation was successful.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|