VisioForge Video Edit SDK (Delphi / ActiveX)
|
Adds PIP transition.
procedure Video_Transition_Add_PIP_Ext(StartTime: Integer; StopTime: Integer; Left: Integer; Top: Integer; Width: Integer; Height: Integer; SrcLeft: Integer; SrcTop: Integer; SrcWidth: Integer; SrcHeight: Integer);
__fastcall Video_Transition_Add_PIP_Ext(int StartTime, int StopTime, int Left, int Top, int Width, int Height, int SrcLeft, int SrcTop, int SrcWidth, int SrcHeight);
public Video_Transition_Add_PIP_Ext(int StartTime, int StopTime, int Left, int Top, int Width, int Height, int SrcLeft, int SrcTop, int SrcWidth, int SrcHeight);
Public Sub Video_Transition_Add_PIP_Ext(StartTime As Integer, StopTime As Integer, Left As Integer, Top As Integer, Width As Integer, Height As Integer, SrcLeft As Integer, SrcTop As Integer, SrcWidth As Integer, SrcHeight As Integer)
public Video_Transition_Add_PIP_Ext(int StartTime, int StopTime, int Left, int Top, int Width, int Height, int SrcLeft, int SrcTop, int SrcWidth, int SrcHeight);
Video_Transition_Add_PIP_Ext(int StartTime, int StopTime, int Left, int Top, int Width, int Height, int SrcLeft, int SrcTop, int SrcWidth, int SrcHeight);
Video_Transition_Add_PIP_Ext
public Video_Transition_Add_PIP_Ext($StartTime, $StopTime, $Left, $Top, $Width, $Height, $SrcLeft, $SrcTop, $SrcWidth, $SrcHeight);
Parameters |
Description |
StartTime: Integer |
Start time. |
StopTime: Integer |
Stop time. |
Left: Integer |
Left coordinate. |
Top: Integer |
Top coordinate. |
Width: Integer |
Width. |
Height: Integer |
Height. |
SrcLeft: Integer |
Source left coordinate. |
SrcTop: Integer |
Source top coordinate. |
SrcWidth: Integer |
Source width. |
SrcHeight: Integer |
Source height. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|