Media Player SDK
|
Sets the parameters for the Low Pass effect.
procedure Audio_Effects_LowPass(Stream: Integer; ID: Integer; Cutoff: Integer; Separate: Boolean);
__fastcall Audio_Effects_LowPass(int Stream, int ID, int Cutoff, Boolean Separate);
public Audio_Effects_LowPass(int Stream, int ID, int Cutoff, Boolean Separate);
Public Sub Audio_Effects_LowPass(Stream As Integer, ID As Integer, Cutoff As Integer, Separate As Boolean)
public Audio_Effects_LowPass(int Stream, int ID, int Cutoff, Boolean Separate);
Audio_Effects_LowPass(int Stream, int ID, int Cutoff, Boolean Separate);
Audio_Effects_LowPass
Parameters |
Description |
Stream: Integer |
Stream ID. |
ID: Integer |
Effect ID. |
Cutoff: Integer |
Specifies the cutoff frequency for a specific channel at which the cutoff will end. |
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 that cuts frequencies from 0 to a specified frequency. Each channel can be separate processed with different cutoff values.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|