VisioForge Video Edit SDK (Delphi / ActiveX)
|
Sets the parameters for the Tempo effect.
procedure Audio_Effects_Tempo(Stream: Integer; ID: Integer; Tempo: Integer);
__fastcall Audio_Effects_Tempo(int Stream, int ID, int Tempo);
public Audio_Effects_Tempo(int Stream, int ID, int Tempo);
Public Sub Audio_Effects_Tempo(Stream As Integer, ID As Integer, Tempo As Integer)
public Audio_Effects_Tempo(int Stream, int ID, int Tempo);
Audio_Effects_Tempo(int Stream, int ID, int Tempo);
Audio_Effects_Tempo
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.
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|