C# Class xZune.Bass.Interop.Core.EaxEnvironmentParameter

Parameter of EAX preset environment.
Mostra file Open project: higankanshi/xZune.Bass

Public Properties

Property Type Description
Damp float
Decay float
Environment EaxEnvironment
Volume float

Public Methods

Method Description
EaxEnvironmentParameter ( EaxEnvironment environment, float volume, float decay, float damp ) : xZune.Bass.Interop.Flags

Method Details

EaxEnvironmentParameter() public method

public EaxEnvironmentParameter ( EaxEnvironment environment, float volume, float decay, float damp ) : xZune.Bass.Interop.Flags
environment EaxEnvironment
volume float
decay float
damp float
return xZune.Bass.Interop.Flags

Property Details

Damp public_oe property

The damping, high or low frequencies decay faster... 0 = high decays quickest, 1 = low/high decay equally, 2 = low decays quickest, less than 0 = leave current.
public float Damp
return float

Decay public_oe property

The time in seconds it takes the reverb to diminish by 60 dB... 0.1 (min) to 20 (max), less than 0 = leave current.
public float Decay
return float

Environment public_oe property

The EAX environment. EaxEnvironment.Current = leave current.
public EaxEnvironment Environment
return EaxEnvironment

Volume public_oe property

The volume of the reverb... 0 (off) to 1 (max), less than 0 = leave current.
public float Volume
return float