Media Player SDK
|
Sets the parameters for the DS ParamEQ effect.
procedure Audio_Effects_DS_ParamEQ(Stream: Integer; ID: Integer; Bandwidth: Double; Center: Double; Gain: Double);
__fastcall Audio_Effects_DS_ParamEQ(int Stream, int ID, Double Bandwidth, Double Center, Double Gain);
public Audio_Effects_DS_ParamEQ(int Stream, int ID, Double Bandwidth, Double Center, Double Gain);
Public Sub Audio_Effects_DS_ParamEQ(Stream As Integer, ID As Integer, Bandwidth As Double, Center As Double, Gain As Double)
public Audio_Effects_DS_ParamEQ(int Stream, int ID, Double Bandwidth, Double Center, Double Gain);
Audio_Effects_DS_ParamEQ(int Stream, int ID, Double Bandwidth, Double Center, Double Gain);
Audio_Effects_DS_ParamEQ
Parameters |
Description |
Stream: Integer |
Stream ID. |
ID: Integer |
Effect ID. |
Bandwidth: Double |
Specifies the bandwidth of the equalizer (1.0 - 36.0). |
Center: Double |
Specifies the center frequency of the equalizer (80.0 - 16000.0). |
Gain: Double |
Specifies the gain of the equalizer (-15.0 - 15.0). |
A parametric equalizer amplifies or attenuates signals of a given frequency. Parametric equalizer effects for different pitches can be applied in parallel by setting multiple instances of the effect on the same buffer. In this way, the application can have tone control similar to that provided by a hardware equalizer.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|