game-mixer ~master (2021-10-24T08:59:28.7629676)
Dub
Repo
IParameter
gamemixer
effects
Undocumented in source.
nothrow @
nogc
interface
IParameter {
string
getName
();
void
setValue
(float value);
float
getValue
();
}
Members
Functions
getName
string
getName
()
Undocumented in source.
getValue
float
getValue
()
Undocumented in source.
setValue
void
setValue
(float value)
Undocumented in source.
Meta
Source
See Implementation
gamemixer
effects
aliases
EffectCallbackFunction
classes
EffectCallback
EffectGain
IAudioEffect
LinearFloatParameter
functions
createLinearFloatParameter
interfaces
IParameter
structs
EffectCallbackInfo