C# Class FMOD.REVERB_PROPERTIES

Show file Open project: punker76/simple-music-player Class Usage Examples

Public Properties

Property Type Description
DecayTime float
Density float
Diffusion float
EarlyDelay float
EarlyLateMix float
HFDecayRatio float
HFReference float
HighCut float
LateDelay float
LowShelfFrequency float
LowShelfGain float
WetLevel float

Public Methods

Method Description
REVERB_PROPERTIES ( float decayTime, float earlyDelay, float lateDelay, float hfReference, float hfDecayRatio, float diffusion, float density, float lowShelfFrequency, float lowShelfGain, float highCut, float earlyLateMix, float wetLevel ) : System

Method Details

REVERB_PROPERTIES() public method

public REVERB_PROPERTIES ( float decayTime, float earlyDelay, float lateDelay, float hfReference, float hfDecayRatio, float diffusion, float density, float lowShelfFrequency, float lowShelfGain, float highCut, float earlyLateMix, float wetLevel ) : System
decayTime float
earlyDelay float
lateDelay float
hfReference float
hfDecayRatio float
diffusion float
density float
lowShelfFrequency float
lowShelfGain float
highCut float
earlyLateMix float
wetLevel float
return System

Property Details

DecayTime public property

public float DecayTime
return float

Density public property

public float Density
return float

Diffusion public property

public float Diffusion
return float

EarlyDelay public property

public float EarlyDelay
return float

EarlyLateMix public property

public float EarlyLateMix
return float

HFDecayRatio public property

public float HFDecayRatio
return float

HFReference public property

public float HFReference
return float

HighCut public property

public float HighCut
return float

LateDelay public property

public float LateDelay
return float

LowShelfFrequency public property

public float LowShelfFrequency
return float

LowShelfGain public property

public float LowShelfGain
return float

WetLevel public property

public float WetLevel
return float