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

Adds fade-out transition.

Pascal
procedure Video_Transition_Add_FadeOut(StartTime: Integer; StopTime: Integer; Color: TColor; StartPerc: Integer; StopPerc: Integer);
C++
__fastcall Video_Transition_Add_FadeOut(int StartTime, int StopTime, TColor Color, int StartPerc, int StopPerc);
C#
public Video_Transition_Add_FadeOut(int StartTime, int StopTime, TColor Color, int StartPerc, int StopPerc);
Visual Basic
Public Sub Video_Transition_Add_FadeOut(StartTime As Integer, StopTime As Integer, Color As TColor, StartPerc As Integer, StopPerc As Integer)
Java
public Video_Transition_Add_FadeOut(int StartTime, int StopTime, TColor Color, int StartPerc, int StopPerc);
IDL
Video_Transition_Add_FadeOut(int StartTime, int StopTime, TColor Color, int StartPerc, int StopPerc);
JavaScript
Video_Transition_Add_FadeOut
PHP
public Video_Transition_Add_FadeOut($StartTime, $StopTime, TColor $Color, $StartPerc, $StopPerc);
Parameters 
Description 
StartTime: Integer 
Start time.  
StopTime: Integer 
Stop time.  
Color: TColor 
Color.  
StartPerc: Integer 
Start %. 0 by default.  
StopPerc: Integer 
Stop %. 100 by default.  
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!