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

Adds video effect.

Pascal
procedure Video_Effect_Ex(ID: Integer; StartTime: Integer; StopTime: Integer; Enabled: Boolean; effect: TVFEffectType; amount: double; additional_params: WideString);
C++
__fastcall Video_Effect_Ex(int ID, int StartTime, int StopTime, Boolean Enabled, TVFEffectType effect, double amount, BSTR additional_params);
C#
public Video_Effect_Ex(int ID, int StartTime, int StopTime, Boolean Enabled, TVFEffectType effect, double amount, String additional_params);
Visual Basic
Public Sub Video_Effect_Ex(ID As Integer, StartTime As Integer, StopTime As Integer, Enabled As Boolean, effect As TVFEffectType, amount As double, additional_params As String)
Java
public Video_Effect_Ex(int ID, int StartTime, int StopTime, Boolean Enabled, TVFEffectType effect, double amount, string additional_params);
IDL
Video_Effect_Ex(int ID, int StartTime, int StopTime, Boolean Enabled, TVFEffectType effect, double amount, BSTR additional_params);
JavaScript
Video_Effect_Ex
PHP
public Video_Effect_Ex($ID, $StartTime, $StopTime, Boolean $Enabled, TVFEffectType $effect, double $amount, $additional_params);
Parameters 
Description 
ID: Integer 
Effect ID. 
StartTime: Integer 
Start time. 
StopTime: Integer 
Stop time. 
Enabled: Boolean 
if enabled, if disabled. 
effect: TVFEffectType 
Effect type. 
amount: double 
Amount (main parameter). 
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!