C# 클래스 FMOD.REVERB_PROPERTIES

파일 보기 프로젝트 열기: punker76/simple-music-player 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DecayTime float
Density float
Diffusion float
EarlyDelay float
EarlyLateMix float
HFDecayRatio float
HFReference float
HighCut float
LateDelay float
LowShelfFrequency float
LowShelfGain float
WetLevel float

공개 메소드들

메소드 설명
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

메소드 상세

REVERB_PROPERTIES() 공개 메소드

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
리턴 System

프로퍼티 상세

DecayTime 공개적으로 프로퍼티

public float DecayTime
리턴 float

Density 공개적으로 프로퍼티

public float Density
리턴 float

Diffusion 공개적으로 프로퍼티

public float Diffusion
리턴 float

EarlyDelay 공개적으로 프로퍼티

public float EarlyDelay
리턴 float

EarlyLateMix 공개적으로 프로퍼티

public float EarlyLateMix
리턴 float

HFDecayRatio 공개적으로 프로퍼티

public float HFDecayRatio
리턴 float

HFReference 공개적으로 프로퍼티

public float HFReference
리턴 float

HighCut 공개적으로 프로퍼티

public float HighCut
리턴 float

LateDelay 공개적으로 프로퍼티

public float LateDelay
리턴 float

LowShelfFrequency 공개적으로 프로퍼티

public float LowShelfFrequency
리턴 float

LowShelfGain 공개적으로 프로퍼티

public float LowShelfGain
리턴 float

WetLevel 공개적으로 프로퍼티

public float WetLevel
리턴 float