C# 클래스 xZune.Bass.Interop.Core.EaxEnvironmentParameter

Parameter of EAX preset environment.
파일 보기 프로젝트 열기: higankanshi/xZune.Bass

공개 프로퍼티들

프로퍼티 타입 설명
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