godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
AudioEffectRecord._classBinding
godot
audioeffectrecord
AudioEffectRecord
Undocumented in source.
struct
AudioEffectRecord
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_recording_active")
GodotMethod
!(
void
,
bool
)
setRecordingActive
;
__gshared
@
GodotName
("is_recording_active")
GodotMethod
!(
bool
)
isRecordingActive
;
__gshared
@
GodotName
("set_format")
GodotMethod
!(
void
,
long
)
setFormat
;
__gshared
@
GodotName
("get_format")
GodotMethod
!(
AudioStreamSample
.
Format
)
getFormat
;
__gshared
@
GodotName
("get_recording")
GodotMethod
!(
AudioStreamSample
)
getRecording
;
}
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
properties
format
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name