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

Adds Picture-In-Picture DeviceName.

Pascal
function PIP_Sources_Add_VideoCaptureDevice(DeviceName: WideString; Format: WideString; UseBestFormat: Boolean; FrameRate: Double; Input: WideString; Left_: Integer; Top_: Integer; Width_: Integer; Height_: Integer): Boolean;
C++
__fastcall Boolean PIP_Sources_Add_VideoCaptureDevice(BSTR DeviceName, BSTR Format, Boolean UseBestFormat, Double FrameRate, BSTR Input, int Left_, int Top_, int Width_, int Height_);
C#
public Boolean PIP_Sources_Add_VideoCaptureDevice(String DeviceName, String Format, Boolean UseBestFormat, Double FrameRate, String Input, int Left_, int Top_, int Width_, int Height_);
Visual Basic
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
Java
public Boolean PIP_Sources_Add_VideoCaptureDevice(string DeviceName, string Format, Boolean UseBestFormat, Double FrameRate, string Input, int Left_, int Top_, int Width_, int Height_);
IDL
Boolean PIP_Sources_Add_VideoCaptureDevice(BSTR DeviceName, BSTR Format, Boolean UseBestFormat, Double FrameRate, BSTR Input, int Left_, int Top_, int Width_, int Height_);
JavaScript
PIP_Sources_Add_VideoCaptureDevice
PHP
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!