Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.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
Parameters 
Description 
Stream: Integer 
Stream ID. 
ID: Integer 
Effect ID. 
Tempo: Integer 
Specifies the Tempo (1000 by default).  

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

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!