Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Effects_PitchShift Method

Sets the parameters for the Pitch Shift effect.

Pascal
procedure Audio_Effects_PitchShift(Stream: Integer; ID: Integer; Pitch: Integer);
C++
__fastcall Audio_Effects_PitchShift(int Stream, int ID, int Pitch);
C#
public Audio_Effects_PitchShift(int Stream, int ID, int Pitch);
Visual Basic
Public Sub Audio_Effects_PitchShift(Stream As Integer, ID As Integer, Pitch As Integer)
Java
public Audio_Effects_PitchShift(int Stream, int ID, int Pitch);
IDL
Audio_Effects_PitchShift(int Stream, int ID, int Pitch);
JavaScript
Audio_Effects_PitchShift
Parameters 
Description 
Stream: Integer 
Stream ID. 
ID: Integer 
Effect ID. 
Pitch: Integer 
Specifies the pitch. Default value is 1000, which means that no pitch is done. A value of 2000 increases the playback by 200% and so on.  

Pitch shift filter to increase speed and pitch of audio data.

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