libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
GainOptions
libwasm
bindings
GainNode
Undocumented in source.
@
safe
nothrow
struct
GainOptions {
nothrow
libwasm
.
bindings
.
AudioNode
.
AudioNodeOptions
_parent
;
this
(Handle h);
static
auto
create
();
void
gain
(float gain);
float
gain
();
}
Constructors
this
this
(Handle h)
Undocumented in source.
Alias This
_parent
Members
Functions
gain
void
gain
(float gain)
Undocumented in source. Be warned that the author may not have intended to support it.
gain
float
gain
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
auto
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_parent
libwasm
.
bindings
.
AudioNode
.
AudioNodeOptions
_parent
;
Undocumented in source.
Meta
Source
See Implementation
libwasm
bindings
GainNode
structs
GainNode
GainOptions