Media Player SDK
|
Sets the parameters for the Equalizer effect.
procedure Audio_Effects_Equalizer(Stream: Integer; ID: Integer; FFTSize: TVFFFTSize; Separate: Boolean);
__fastcall Audio_Effects_Equalizer(int Stream, int ID, TVFFFTSize FFTSize, Boolean Separate);
public Audio_Effects_Equalizer(int Stream, int ID, TVFFFTSize FFTSize, Boolean Separate);
Public Sub Audio_Effects_Equalizer(Stream As Integer, ID As Integer, FFTSize As TVFFFTSize, Separate As Boolean)
public Audio_Effects_Equalizer(int Stream, int ID, TVFFFTSize FFTSize, Boolean Separate);
Audio_Effects_Equalizer(int Stream, int ID, TVFFFTSize FFTSize, Boolean Separate);
Audio_Effects_Equalizer
Parameters |
Description |
Stream: Integer |
Stream ID. |
ID: Integer |
Effect ID. |
FFTSize: TVFFFTSize |
Sets the FFT size that will be used for the equalization. The number of bands the equalizer will have is always half of the FFT size. |
Separate: Boolean |
Enables or Disables separate equalization. If Enabled every channel will be equalized by it's own amplification value. If Disabled every channel will be equalized with the amplification value of channel 0. |
Equalizer Filter that can equalize from 1 (2 point FFT) up to 4096 bands (8192 point FFT). Each channel can be equalized separately.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|