game-mixer ~master (2021-10-24T08:59:28.7629676)
Dub
Repo
EffectCallbackInfo
gamemixer
effects
Effect callback info.
nothrow @
nogc
struct
EffectCallbackInfo {
float
sampleRate
;
long
timeInFramesSincePlaybackStarted
;
void
*
userData
;
}
Members
Variables
sampleRate
float
sampleRate
;
Undocumented in source.
timeInFramesSincePlaybackStarted
long
timeInFramesSincePlaybackStarted
;
Undocumented in source.
userData
void
*
userData
;
Undocumented in source.
Meta
Source
See Implementation
gamemixer
effects
aliases
EffectCallbackFunction
classes
EffectCallback
EffectGain
IAudioEffect
LinearFloatParameter
functions
createLinearFloatParameter
interfaces
IParameter
structs
EffectCallbackInfo
Effect callback info.