Media Player SDK
|
Sets the parameters for the Band Pass effect.
procedure Audio_Effects_BandPass(Stream: Integer; ID: Integer; CutOffHigh: Double; CutOffLow: Double; Separate: Boolean);
__fastcall Audio_Effects_BandPass(int Stream, int ID, Double CutOffHigh, Double CutOffLow, Boolean Separate);
public Audio_Effects_BandPass(int Stream, int ID, Double CutOffHigh, Double CutOffLow, Boolean Separate);
Public Sub Audio_Effects_BandPass(Stream As Integer, ID As Integer, CutOffHigh As Double, CutOffLow As Double, Separate As Boolean)
public Audio_Effects_BandPass(int Stream, int ID, Double CutOffHigh, Double CutOffLow, Boolean Separate);
Audio_Effects_BandPass(int Stream, int ID, Double CutOffHigh, Double CutOffLow, Boolean Separate);
Audio_Effects_BandPass
Parameters |
Description |
Stream: Integer |
Stream ID. |
ID: Integer |
Effect ID. |
CutOffHigh: Double |
Specifies the high cutoff frequency for a specific channel. |
CutOffLow: Double |
Specifies the low cutoff frequency for a specific channel. |
Separate: Boolean |
Enables or Disables separate cutoff. If Enabled every channel will be processed by it's own cutoff value. If disabled every channel will be processed with the cutoff value of channel 0. |
Filter to cutoff a certain Frequency Range. Each Channel can separate cutoff the Frequency range.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|