Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Effects_ParametricEQ Method

Sets the parameters for the ParametricEQ effect.

Pascal
procedure Audio_Effects_ParametricEQ(Stream: Integer; ID: Integer; Frequency: Double; Gain: Double; Q: Double; Separate: Boolean);
C++
__fastcall Audio_Effects_ParametricEQ(int Stream, int ID, Double Frequency, Double Gain, Double Q, Boolean Separate);
C#
public Audio_Effects_ParametricEQ(int Stream, int ID, Double Frequency, Double Gain, Double Q, Boolean Separate);
Visual Basic
Public Sub Audio_Effects_ParametricEQ(Stream As Integer, ID As Integer, Frequency As Double, Gain As Double, Q As Double, Separate As Boolean)
Java
public Audio_Effects_ParametricEQ(int Stream, int ID, Double Frequency, Double Gain, Double Q, Boolean Separate);
IDL
Audio_Effects_ParametricEQ(int Stream, int ID, Double Frequency, Double Gain, Double Q, Boolean Separate);
JavaScript
Audio_Effects_ParametricEQ
Parameters 
Description 
Stream: Integer 
Stream ID. 
ID: Integer 
Effect ID. 
Frequency: Double 
Specifies the center frequency of the filter. 
Gain: Double 
Specifies the gain in DB of the filter. 
Q: Double 
Specifies the Q (bandwidth) of the filter. 
Separate: Boolean 
Enables or Disables separate amplification. If Enabled every channel will be amplified by it's own amplification value. If Disabled every channel will be amplified with the amplification value of channel 0.  

Parametric equalizer filter. Every channel can be controlled separately.

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