C# Класс xZune.Bass.Interop.Core.EaxEnvironmentParameter

Parameter of EAX preset environment.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Damp float
Decay float
Environment EaxEnvironment
Volume float

Открытые методы

Метод Описание
EaxEnvironmentParameter ( EaxEnvironment environment, float volume, float decay, float damp ) : xZune.Bass.Interop.Flags

Описание методов

EaxEnvironmentParameter() публичный Метод

public EaxEnvironmentParameter ( EaxEnvironment environment, float volume, float decay, float damp ) : xZune.Bass.Interop.Flags
environment EaxEnvironment
volume float
decay float
damp float
Результат xZune.Bass.Interop.Flags

Описание свойств

Damp публичное свойство

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
Результат float

Decay публичное свойство

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
Результат float

Environment публичное свойство

The EAX environment. EaxEnvironment.Current = leave current.
public EaxEnvironment Environment
Результат EaxEnvironment

Volume публичное свойство

The volume of the reverb... 0 (off) to 1 (max), less than 0 = leave current.
public float Volume
Результат float