godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AudioEffectPitchShift.GDNativeClassBinding
godot
audioeffectpitchshift
AudioEffectPitchShift
Undocumented in source.
struct
AudioEffectPitchShift
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_fft_size")
GodotMethod
!(
AudioEffectPitchShift
.
FFT_Size
)
getFftSize
;
__gshared
@
GodotName
("get_oversampling")
GodotMethod
!(
long
)
getOversampling
;
__gshared
@
GodotName
("get_pitch_scale")
GodotMethod
!(
double
)
getPitchScale
;
__gshared
@
GodotName
("set_fft_size")
GodotMethod
!(
void
,
long
)
setFftSize
;
__gshared
@
GodotName
("set_oversampling")
GodotMethod
!(
void
,
long
)
setOversampling
;
__gshared
@
GodotName
("set_pitch_scale")
GodotMethod
!(
void
,
double
)
setPitchScale
;
}
Members
Static variables
getFftSize
GodotMethod
!(
AudioEffectPitchShift
.
FFT_Size
)
getFftSize
;
Undocumented in source.
getOversampling
GodotMethod
!(
long
)
getOversampling
;
Undocumented in source.
getPitchScale
GodotMethod
!(
double
)
getPitchScale
;
Undocumented in source.
setFftSize
GodotMethod
!(
void
,
long
)
setFftSize
;
Undocumented in source.
setOversampling
GodotMethod
!(
void
,
long
)
setOversampling
;
Undocumented in source.
setPitchScale
GodotMethod
!(
void
,
double
)
setPitchScale
;
Undocumented in source.
Meta
Source
See Implementation
godot
audioeffectpitchshift
AudioEffectPitchShift
aliases
BaseClasses
enums
Constants
FFT_Size
functions
getFftSize
getOversampling
getPitchScale
opAssign
opEquals
setFftSize
setOversampling
setPitchScale
toHash
properties
fftSize
oversampling
pitchScale
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name