VisioForge Video Capture SDK (Delphi / ActiveX)
|
Sets the parameters for the DS Reverb effect.
procedure Audio_Effects_DS_Reverb(ID: Integer; DecayHFRatio: Double; DecayTime: Double; Density: Double; Diffusion: Double; HFReference: Double; Preset: WideString; Quality: Integer; Reflections: Integer; ReflectionsDelay: Double; Reverb: Integer; ReverbDelay: Double; Room: Integer; RoomHF: Integer; RoomRolloffFactor: Double);
__fastcall Audio_Effects_DS_Reverb(int ID, Double DecayHFRatio, Double DecayTime, Double Density, Double Diffusion, Double HFReference, BSTR Preset, int Quality, int Reflections, Double ReflectionsDelay, int Reverb, Double ReverbDelay, int Room, int RoomHF, Double RoomRolloffFactor);
public Audio_Effects_DS_Reverb(int ID, Double DecayHFRatio, Double DecayTime, Double Density, Double Diffusion, Double HFReference, String Preset, int Quality, int Reflections, Double ReflectionsDelay, int Reverb, Double ReverbDelay, int Room, int RoomHF, Double RoomRolloffFactor);
Public Sub Audio_Effects_DS_Reverb(ID As Integer, DecayHFRatio As Double, DecayTime As Double, Density As Double, Diffusion As Double, HFReference As Double, Preset As String, Quality As Integer, Reflections As Integer, ReflectionsDelay As Double, Reverb As Integer, ReverbDelay As Double, Room As Integer, RoomHF As Integer, RoomRolloffFactor As Double)
public Audio_Effects_DS_Reverb(int ID, Double DecayHFRatio, Double DecayTime, Double Density, Double Diffusion, Double HFReference, string Preset, int Quality, int Reflections, Double ReflectionsDelay, int Reverb, Double ReverbDelay, int Room, int RoomHF, Double RoomRolloffFactor);
Audio_Effects_DS_Reverb(int ID, Double DecayHFRatio, Double DecayTime, Double Density, Double Diffusion, Double HFReference, BSTR Preset, int Quality, int Reflections, Double ReflectionsDelay, int Reverb, Double ReverbDelay, int Room, int RoomHF, Double RoomRolloffFactor);
Audio_Effects_DS_Reverb
public Audio_Effects_DS_Reverb($ID, Double $DecayHFRatio, Double $DecayTime, Double $Density, Double $Diffusion, Double $HFReference, $Preset, $Quality, $Reflections, Double $ReflectionsDelay, $Reverb, Double $ReverbDelay, $Room, $RoomHF, Double $RoomRolloffFactor);
Parameters |
Description |
ID: Integer |
Effect ID. |
DecayHFRatio: Double |
Specifies the decay HF ratio for the filter (0.1 - 2.0, 0.83 by default). |
DecayTime: Double |
Specifies the decay time for the filter (0.1 - 20.0, 1.49 by default). |
Density: Double |
Specifies the density value for the filter (0 - 100.0, 100.0 by default). |
Diffusion: Double |
Specifies the diffusion value for the filter (0 - 100.0, 100.0 by default). |
HFReference: Double |
Specifies the HF reference for the filter (20.0 - 20000.0, 5000.0 by default). |
Preset: WideString |
Specifies the preset name of the filter. |
Quality: Integer |
Specifies the quality of the filter (0 - 3, 2 by default). |
Reflections: Integer |
Specifies the reflections value for the filter (-10000 - -1000, -2602 by default). |
ReflectionsDelay: Double |
Specifies the reflections delay for the filter (0.0 - 0.3, 0.007 by default). |
Reverb: Integer |
Specifies the reverb value for the filter (-10000 - 2000, 200 by default). |
ReverbDelay: Double |
Specifies the reverb delay for the filter (0.0 - 0.1, 0.011 by default). |
Room: Integer |
Specifies the room value for the filter (-10000 - 0, -1000 by default). |
RoomHF: Integer |
Specifies the room HF value of the filter (-10000 - 0, -100 by default). |
RoomRolloffFactor: Double |
Specifies the room roll off factor for the filter (0.0 - 10.0, 0.0 by default). |
Environmental Reverberation filter.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|