AudioBufferSourceOptions

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

buffer
void buffer(Optional!(T0) buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
buffer
auto buffer()
Undocumented in source. Be warned that the author may not have intended to support it.
detune
void detune(float detune)
Undocumented in source. Be warned that the author may not have intended to support it.
detune
auto detune()
Undocumented in source. Be warned that the author may not have intended to support it.
loop
void loop(bool loop)
Undocumented in source. Be warned that the author may not have intended to support it.
loop
auto loop()
Undocumented in source. Be warned that the author may not have intended to support it.
loopEnd
void loopEnd(double loopEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
loopEnd
auto loopEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
loopStart
void loopStart(double loopStart)
Undocumented in source. Be warned that the author may not have intended to support it.
loopStart
auto loopStart()
Undocumented in source. Be warned that the author may not have intended to support it.
playbackRate
void playbackRate(float playbackRate)
Undocumented in source. Be warned that the author may not have intended to support it.
playbackRate
auto playbackRate()
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

handle
JsHandle handle;
Undocumented in source.

Meta