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

Adds IP camera PIP source, using existing IP camera settings.

Pascal
function PIP_Sources_Add_IPCamera(OutLeft: Integer; OutTop: Integer; OutWidth: Integer; OutHeight: Integer): Boolean;
C++
__fastcall Boolean PIP_Sources_Add_IPCamera(int OutLeft, int OutTop, int OutWidth, int OutHeight);
C#
public Boolean PIP_Sources_Add_IPCamera(int OutLeft, int OutTop, int OutWidth, int OutHeight);
Visual Basic
Public Function PIP_Sources_Add_IPCamera(OutLeft As Integer, OutTop As Integer, OutWidth As Integer, OutHeight As Integer) As Boolean
Java
public Boolean PIP_Sources_Add_IPCamera(int OutLeft, int OutTop, int OutWidth, int OutHeight);
IDL
Boolean PIP_Sources_Add_IPCamera(int OutLeft, int OutTop, int OutWidth, int OutHeight);
JavaScript
PIP_Sources_Add_IPCamera
PHP
public Boolean PIP_Sources_Add_IPCamera($OutLeft, $OutTop, $OutWidth, $OutHeight);
Parameters 
Description 
OutLeft: Integer 
Out left. 
OutTop: Integer 
Out top. 
OutWidth: Integer 
Out width. 
OutHeight: Integer 
Out height. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!