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

Sets the parameters for the Tempo effect.

Pascal
procedure Audio_Effects_Tempo(Stream: Integer; ID: Integer; Tempo: Integer);
C++
__fastcall Audio_Effects_Tempo(int Stream, int ID, int Tempo);
C#
public Audio_Effects_Tempo(int Stream, int ID, int Tempo);
Visual Basic
Public Sub Audio_Effects_Tempo(Stream As Integer, ID As Integer, Tempo As Integer)
Java
public Audio_Effects_Tempo(int Stream, int ID, int Tempo);
IDL
Audio_Effects_Tempo(int Stream, int ID, int Tempo);
JavaScript
Audio_Effects_Tempo
PHP
public Audio_Effects_Tempo($Stream, $ID, $Tempo);
Parameters 
Description 
ID: Integer 
Effect ID. 
Tempo: Integer 
Specifies the Tempo (1000 by default).  

Filter to inc/decrease the tempo without changing the pitch.

Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!