VisioForge Video Edit SDK (Delphi / ActiveX)
|
Sets the parameters for the Treble Enhancer effect.
procedure Audio_Effects_TrebleEnhancer(Stream: Integer; ID: Integer; Frequency: Integer; Separate: Boolean; Volume: Integer);
__fastcall Audio_Effects_TrebleEnhancer(int Stream, int ID, int Frequency, Boolean Separate, int Volume);
public Audio_Effects_TrebleEnhancer(int Stream, int ID, int Frequency, Boolean Separate, int Volume);
Public Sub Audio_Effects_TrebleEnhancer(Stream As Integer, ID As Integer, Frequency As Integer, Separate As Boolean, Volume As Integer)
public Audio_Effects_TrebleEnhancer(int Stream, int ID, int Frequency, Boolean Separate, int Volume);
Audio_Effects_TrebleEnhancer(int Stream, int ID, int Frequency, Boolean Separate, int Volume);
Audio_Effects_TrebleEnhancer
public Audio_Effects_TrebleEnhancer($Stream, $ID, $Frequency, Boolean $Separate, $Volume);
Parameters |
Description |
ID: Integer |
Effect ID. |
Frequency: Integer |
Specifies the frequency range that will be used to amplify. Range is frequency to (sample rate div 2). |
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. |
Volume: Integer |
Sets the amplification for a channel. Default value is 0, which means that no amplification occurs. The value shouldn't go over 10000. If separate is True, then every channel will be amplified by its own channel amplification value. If separate is False, then every channel is amplified with the value of channel 0. |
Filter to amplify high frequency's of audio data. The frequency range can be adjusted.
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|