godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AudioEffectSpectrumAnalyzer.GDNativeClassBinding
godot
audioeffectspectrumanalyzer
AudioEffectSpectrumAnalyzer
Undocumented in source.
struct
AudioEffectSpectrumAnalyzer
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_buffer_length")
GodotMethod
!(
double
)
getBufferLength
;
__gshared
@
GodotName
("get_fft_size")
GodotMethod
!(
AudioEffectSpectrumAnalyzer
.
FFT_Size
)
getFftSize
;
__gshared
@
GodotName
("get_tap_back_pos")
GodotMethod
!(
double
)
getTapBackPos
;
__gshared
@
GodotName
("set_buffer_length")
GodotMethod
!(
void
,
double
)
setBufferLength
;
__gshared
@
GodotName
("set_fft_size")
GodotMethod
!(
void
,
long
)
setFftSize
;
__gshared
@
GodotName
("set_tap_back_pos")
GodotMethod
!(
void
,
double
)
setTapBackPos
;
}
Members
Static variables
getBufferLength
GodotMethod
!(
double
)
getBufferLength
;
Undocumented in source.
getFftSize
GodotMethod
!(
AudioEffectSpectrumAnalyzer
.
FFT_Size
)
getFftSize
;
Undocumented in source.
getTapBackPos
GodotMethod
!(
double
)
getTapBackPos
;
Undocumented in source.
setBufferLength
GodotMethod
!(
void
,
double
)
setBufferLength
;
Undocumented in source.
setFftSize
GodotMethod
!(
void
,
long
)
setFftSize
;
Undocumented in source.
setTapBackPos
GodotMethod
!(
void
,
double
)
setTapBackPos
;
Undocumented in source.
Meta
Source
See Implementation
godot
audioeffectspectrumanalyzer
AudioEffectSpectrumAnalyzer
aliases
BaseClasses
enums
Constants
FFT_Size
functions
getBufferLength
getFftSize
getTapBackPos
opAssign
opEquals
setBufferLength
setFftSize
setTapBackPos
toHash
properties
bufferLength
fftSize
tapBackPos
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name