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

Adds image file.

Pascal
procedure Input_Add_Image_File(Filename: WideString; Duration: Integer; TimelineInsertTime: Integer; StretchMode: TVFVideoStretchMode);
C++
__fastcall Input_Add_Image_File(BSTR Filename, int Duration, int TimelineInsertTime, TVFVideoStretchMode StretchMode);
C#
public Input_Add_Image_File(String Filename, int Duration, int TimelineInsertTime, TVFVideoStretchMode StretchMode);
Visual Basic
Public Sub Input_Add_Image_File(Filename As String, Duration As Integer, TimelineInsertTime As Integer, StretchMode As TVFVideoStretchMode)
Java
public Input_Add_Image_File(string Filename, int Duration, int TimelineInsertTime, TVFVideoStretchMode StretchMode);
IDL
Input_Add_Image_File(BSTR Filename, int Duration, int TimelineInsertTime, TVFVideoStretchMode StretchMode);
JavaScript
Input_Add_Image_File
PHP
public Input_Add_Image_File($Filename, $Duration, $TimelineInsertTime, TVFVideoStretchMode $StretchMode);
Parameters 
Description 
Filename: WideString 
File name.  
Duration: Integer 
TimelineInsertTime: Integer 
Timeline insert time.  
StretchMode: TVFVideoStretchMode 
Stretch mode.  
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!