godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AudioEffectLimiter.GDNativeClassBinding
godot
audioeffectlimiter
AudioEffectLimiter
Undocumented in source.
struct
AudioEffectLimiter
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_ceiling_db")
GodotMethod
!(
double
)
getCeilingDb
;
__gshared
@
GodotName
("get_soft_clip_db")
GodotMethod
!(
double
)
getSoftClipDb
;
__gshared
@
GodotName
("get_soft_clip_ratio")
GodotMethod
!(
double
)
getSoftClipRatio
;
__gshared
@
GodotName
("get_threshold_db")
GodotMethod
!(
double
)
getThresholdDb
;
__gshared
@
GodotName
("set_ceiling_db")
GodotMethod
!(
void
,
double
)
setCeilingDb
;
__gshared
@
GodotName
("set_soft_clip_db")
GodotMethod
!(
void
,
double
)
setSoftClipDb
;
__gshared
@
GodotName
("set_soft_clip_ratio")
GodotMethod
!(
void
,
double
)
setSoftClipRatio
;
__gshared
@
GodotName
("set_threshold_db")
GodotMethod
!(
void
,
double
)
setThresholdDb
;
}
Members
Static variables
getCeilingDb
GodotMethod
!(
double
)
getCeilingDb
;
Undocumented in source.
getSoftClipDb
GodotMethod
!(
double
)
getSoftClipDb
;
Undocumented in source.
getSoftClipRatio
GodotMethod
!(
double
)
getSoftClipRatio
;
Undocumented in source.
getThresholdDb
GodotMethod
!(
double
)
getThresholdDb
;
Undocumented in source.
setCeilingDb
GodotMethod
!(
void
,
double
)
setCeilingDb
;
Undocumented in source.
setSoftClipDb
GodotMethod
!(
void
,
double
)
setSoftClipDb
;
Undocumented in source.
setSoftClipRatio
GodotMethod
!(
void
,
double
)
setSoftClipRatio
;
Undocumented in source.
setThresholdDb
GodotMethod
!(
void
,
double
)
setThresholdDb
;
Undocumented in source.
Meta
Source
See Implementation
godot
audioeffectlimiter
AudioEffectLimiter
aliases
BaseClasses
functions
getCeilingDb
getSoftClipDb
getSoftClipRatio
getThresholdDb
opAssign
opEquals
setCeilingDb
setSoftClipDb
setSoftClipRatio
setThresholdDb
toHash
properties
ceilingDb
softClipDb
softClipRatio
thresholdDb
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name