godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AudioStreamGenerator.GDNativeClassBinding
godot
audiostreamgenerator
AudioStreamGenerator
Undocumented in source.
struct
AudioStreamGenerator
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_buffer_length")
GodotMethod
!(
double
)
getBufferLength
;
__gshared
@
GodotName
("get_mix_rate")
GodotMethod
!(
double
)
getMixRate
;
__gshared
@
GodotName
("set_buffer_length")
GodotMethod
!(
void
,
double
)
setBufferLength
;
__gshared
@
GodotName
("set_mix_rate")
GodotMethod
!(
void
,
double
)
setMixRate
;
}
Members
Static variables
getBufferLength
GodotMethod
!(
double
)
getBufferLength
;
Undocumented in source.
getMixRate
GodotMethod
!(
double
)
getMixRate
;
Undocumented in source.
setBufferLength
GodotMethod
!(
void
,
double
)
setBufferLength
;
Undocumented in source.
setMixRate
GodotMethod
!(
void
,
double
)
setMixRate
;
Undocumented in source.
Meta
Source
See Implementation
godot
audiostreamgenerator
AudioStreamGenerator
aliases
BaseClasses
functions
getBufferLength
getMixRate
opAssign
opEquals
setBufferLength
setMixRate
toHash
properties
bufferLength
mixRate
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name