godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
AudioEffectLimiter._classBinding
godot
audioeffectlimiter
AudioEffectLimiter
Undocumented in source.
struct
AudioEffectLimiter
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_ceiling_db")
GodotMethod
!(
void
,
double
)
setCeilingDb
;
__gshared
@
GodotName
("get_ceiling_db")
GodotMethod
!(
double
)
getCeilingDb
;
__gshared
@
GodotName
("set_threshold_db")
GodotMethod
!(
void
,
double
)
setThresholdDb
;
__gshared
@
GodotName
("get_threshold_db")
GodotMethod
!(
double
)
getThresholdDb
;
__gshared
@
GodotName
("set_soft_clip_db")
GodotMethod
!(
void
,
double
)
setSoftClipDb
;
__gshared
@
GodotName
("get_soft_clip_db")
GodotMethod
!(
double
)
getSoftClipDb
;
__gshared
@
GodotName
("set_soft_clip_ratio")
GodotMethod
!(
void
,
double
)
setSoftClipRatio
;
__gshared
@
GodotName
("get_soft_clip_ratio")
GodotMethod
!(
double
)
getSoftClipRatio
;
}
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
properties
ceilingDb
softClipDb
softClipRatio
thresholdDb
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name