AudioParamMap

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
void delete_(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
entries
Iterator!(ArrayPair!(string, AudioParam)) entries()
Undocumented in source. Be warned that the author may not have intended to support it.
forEach
void forEach(void delegate(string, Handle, Handle) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
get
AudioParam get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
keys
Iterator!(string) keys()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string key, AudioParam value)
Undocumented in source. Be warned that the author may not have intended to support it.
size
uint size()
Undocumented in source. Be warned that the author may not have intended to support it.
values
Iterator!(AudioParam) values()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta