VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.Input_Add_Video_Fake Method

Adds blank video. You can use it to add custom images from memory in OnVideoPushFrame event.

Pascal
procedure Input_Add_Video_Fake(Duration: Integer; TimelineInsertTime: Integer; VideoWidth: Integer; VideoHeight: Integer);
C++
__fastcall Input_Add_Video_Fake(int Duration, int TimelineInsertTime, int VideoWidth, int VideoHeight);
C#
public Input_Add_Video_Fake(int Duration, int TimelineInsertTime, int VideoWidth, int VideoHeight);
Visual Basic
Public Sub Input_Add_Video_Fake(Duration As Integer, TimelineInsertTime As Integer, VideoWidth As Integer, VideoHeight As Integer)
Java
public Input_Add_Video_Fake(int Duration, int TimelineInsertTime, int VideoWidth, int VideoHeight);
IDL
Input_Add_Video_Fake(int Duration, int TimelineInsertTime, int VideoWidth, int VideoHeight);
JavaScript
Input_Add_Video_Fake
PHP
public Input_Add_Video_Fake($Duration, $TimelineInsertTime, $VideoWidth, $VideoHeight);
Parameters 
Description 
Duration: Integer 
Fragment duration.  
TimelineInsertTime: Integer 
Timeline insert time.  
VideoWidth: Integer 
Video width. 
VideoHeight: Integer 
Video height.  
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!