godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AudioEffectRecord.GDNativeClassBinding
godot
audioeffectrecord
AudioEffectRecord
Undocumented in source.
struct
AudioEffectRecord
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_format")
GodotMethod
!(
AudioStreamSample
.
Format
)
getFormat
;
__gshared
@
GodotName
("get_recording")
GodotMethod
!(
AudioStreamSample
)
getRecording
;
__gshared
@
GodotName
("is_recording_active")
GodotMethod
!(
bool
)
isRecordingActive
;
__gshared
@
GodotName
("set_format")
GodotMethod
!(
void
,
long
)
setFormat
;
__gshared
@
GodotName
("set_recording_active")
GodotMethod
!(
void
,
bool
)
setRecordingActive
;
}
Members
Static variables
getFormat
GodotMethod
!(
AudioStreamSample
.
Format
)
getFormat
;
Undocumented in source.
getRecording
GodotMethod
!(
AudioStreamSample
)
getRecording
;
Undocumented in source.
isRecordingActive
GodotMethod
!(
bool
)
isRecordingActive
;
Undocumented in source.
setFormat
GodotMethod
!(
void
,
long
)
setFormat
;
Undocumented in source.
setRecordingActive
GodotMethod
!(
void
,
bool
)
setRecordingActive
;
Undocumented in source.
Meta
Source
See Implementation
godot
audioeffectrecord
AudioEffectRecord
aliases
BaseClasses
functions
getFormat
getRecording
isRecordingActive
opAssign
opEquals
setFormat
setRecordingActive
toHash
properties
format
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name