|
Media Player SDK
|
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
|
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!
|