mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-27 14:42:17 +00:00
335 lines
184 KiB
HTML
335 lines
184 KiB
HTML
![]() |
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `OfflineAudioContext` struct in crate `web_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, OfflineAudioContext"><title>web_sys::OfflineAudioContext - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../web_sys/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Struct OfflineAudioContext</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.audio_worklet">audio_worklet</a><a href="#method.create_analyser">create_analyser</a><a href="#method.create_biquad_filter">create_biquad_filter</a><a href="#method.create_buffer">create_buffer</a><a href="#method.create_buffer_source">create_buffer_source</a><a href="#method.create_channel_merger">create_channel_merger</a><a href="#method.create_channel_merger_with_number_of_inputs">create_channel_merger_with_number_of_inputs</a><a href="#method.create_channel_splitter">create_channel_splitter</a><a href="#method.create_channel_splitter_with_number_of_outputs">create_channel_splitter_with_number_of_outputs</a><a href="#method.create_constant_source">create_constant_source</a><a href="#method.create_convolver">create_convolver</a><a href="#method.create_delay">create_delay</a><a href="#method.create_delay_with_max_delay_time">create_delay_with_max_delay_time</a><a href="#method.create_dynamics_compressor">create_dynamics_compressor</a><a href="#method.create_gain">create_gain</a><a href="#method.create_iir_filter">create_iir_filter</a><a href="#method.create_oscillator">create_oscillator</a><a href="#method.create_panner">create_panner</a><a href="#method.create_periodic_wave">create_periodic_wave</a><a href="#method.create_periodic_wave_with_constraints">create_periodic_wave_with_constraints</a><a href="#method.create_script_processor">create_script_processor</a><a href="#method.create_script_processor_with_buffer_size">create_script_processor_with_buffer_size</a><a href="#method.create_script_processor_with_buffer_size_and_number_of_input_channels">create_script_processor_with_buffer_size_and_number_of_input_channels</a><a href="#method.create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels">create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels</a><a href="#method.create_stereo_panner">create_stereo_panner</a><a href="#method.create_wave_shaper">create_wave_shaper</a><a href="#method.current_time">current_time</a><a href="#method.decode_audio_data">decode_audio_data</a><a href="#method.decode_audio_data_with_success_callback">decode_audio_data_with_success_callback</a><a href="#method.decode_audio_data_with_success_callback_and_error_callback">decode_audio_data_with_success_callback_and_error_callback</a><a href="#method.destination">destination</a><a href="#method.length">length</a><a href="#method.listener">listener</a><a href="#method.new_with_context_options">new_with_context_options</a><a href="#method.new_with_number_of_channels_and_length_and_sample_rate">new_with_number_of_cha
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div><h2 id='implementations' class='small-section-header'>Implementations<a href='#implementations' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.length' class="method"><code id='length.v'>pub fn <a href='#method.length' class='fnname'>length</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>length</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/length">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.oncomplete' class="method"><code id='oncomplete.v'>pub fn <a href='#method.oncomplete' class='fnname'>oncomplete</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>oncomplete</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/oncomplete">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-2' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_oncomplete' class="method"><code id='set_oncomplete.v'>pub fn <a href='#method.set_oncomplete' class='fnname'>set_oncomplete</a>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>>)</code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>oncomplete</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/oncomplete">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-3' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.destination' class="method"><code id='destination.v'>pub fn <a href='#method.destination' class='fnname'>destination</a>(&self) -> <a class="struct" href="../web_sys/struct.AudioDestinationNode.html" title="struct web_sys::AudioDestinationNode">AudioDestinationNode</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>destination</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/destination">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioDestinationNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-4' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sample_rate' class="method"><code id='sample_rate.v'>pub fn <a href='#method.sample_rate' class='fnname'>sample_rate</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>sampleRate</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/sampleRate">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-5' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.current_time' class="method"><code id='current_time.v'>pub fn <a href='#method.current_time' class='fnname'>current_time</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>currentTime</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/currentTime">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-6' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.listener' class="method"><code id='listener.v'>pub fn <a href='#method.listener' class='fnname'>listener</a>(&self) -> <a class="struct" href="../web_sys/struct.AudioListener.html" title="struct web_sys::AudioListener">AudioListener</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>listener</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/listener">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioListener</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-7' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-7' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.state' class="method"><code id='state.v'>pub fn <a href='#method.state' class='fnname'>state</a>(&self) -> <a class="enum" href="../web_sys/enum.AudioContextState.html" title="enum web_sys::AudioContextState">AudioContextState</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>state</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/state">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioContextState</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-8' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-8' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.audio_worklet' class="method"><code id='audio_worklet.v'>pub fn <a href='#method.audio_worklet' class='fnname'>audio_worklet</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.AudioWorklet.html" title="struct web_sys::AudioWorklet">AudioWorklet</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>audioWorklet</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/audioWorklet">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioWorklet</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-9' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-9' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.onstatechange' class="method"><code id='onstatechange.v'>pub fn <a href='#method.onstatechange' class='fnname'>onstatechange</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onstatechange</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/onstatechange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-10' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-10' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_onstatechange' class="method"><code id='set_onstatechange.v'>pub fn <a href='#method.set_onstatechange' class='fnname'>set_onstatechange</a>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>>)</code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onstatechange</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/onstatechange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-11' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-11' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.new_with_context_options' class="method"><code id='new_with_context_options.v'>pub fn <a href='#method.new_with_context_options' class='fnname'>new_with_context_options</a>(<br> context_options: &<a class="struct" href="../web_sys/struct.OfflineAudioContextOptions.html" title="struct web_sys::OfflineAudioContextOptions">OfflineAudioContextOptions</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>new OfflineAudioContext(..)</code> constructor, creating a new instance of <code>OfflineAudioContext</code>.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/OfflineAudioContext">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>OfflineAudioContextOptions</code></em></p>
|
||
|
</div></div><h3 id='impl-12' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-12' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.new_with_number_of_channels_and_length_and_sample_rate' class="method"><code id='new_with_number_of_channels_and_length_and_sample_rate.v'>pub fn <a href='#method.new_with_number_of_channels_and_length_and_sample_rate' class='fnname'>new_with_number_of_channels_and_length_and_sample_rate</a>(<br> number_of_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> length: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sample_rate: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>new OfflineAudioContext(..)</code> constructor, creating a new instance of <code>OfflineAudioContext</code>.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/OfflineAudioContext">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-13' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-13' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.start_rendering' class="method"><code id='start_rendering.v'>pub fn <a href='#method.start_rendering' class='fnname'>start_rendering</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>startRendering()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/startRendering">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-14' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-14' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_analyser' class="method"><code id='create_analyser.v'>pub fn <a href='#method.create_analyser' class='fnname'>create_analyser</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.AnalyserNode.html" title="struct web_sys::AnalyserNode">AnalyserNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createAnalyser()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createAnalyser">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AnalyserNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-15' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-15' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_biquad_filter' class="method"><code id='create_biquad_filter.v'>pub fn <a href='#method.create_biquad_filter' class='fnname'>create_biquad_filter</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.BiquadFilterNode.html" title="struct web_sys::BiquadFilterNode">BiquadFilterNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createBiquadFilter()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createBiquadFilter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BiquadFilterNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-16' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-16' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_buffer' class="method"><code id='create_buffer.v'>pub fn <a href='#method.create_buffer' class='fnname'>create_buffer</a>(<br> &self, <br> number_of_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> length: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sample_rate: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.AudioBuffer.html" title="struct web_sys::AudioBuffer">AudioBuffer</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createBuffer()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createBuffer">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioBuffer</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-17' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-17' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_buffer_source' class="method"><code id='create_buffer_source.v'>pub fn <a href='#method.create_buffer_source' class='fnname'>create_buffer_source</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.AudioBufferSourceNode.html" title="struct web_sys::AudioBufferSourceNode">AudioBufferSourceNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createBufferSource()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createBufferSource">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioBufferSourceNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-18' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-18' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_channel_merger' class="method"><code id='create_channel_merger.v'>pub fn <a href='#method.create_channel_merger' class='fnname'>create_channel_merger</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ChannelMergerNode.html" title="struct web_sys::ChannelMergerNode">ChannelMergerNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createChannelMerger()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createChannelMerger">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ChannelMergerNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-19' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-19' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_channel_merger_with_number_of_inputs' class="method"><code id='create_channel_merger_with_number_of_inputs.v'>pub fn <a href='#method.create_channel_merger_with_number_of_inputs' class='fnname'>create_channel_merger_with_number_of_inputs</a>(<br> &self, <br> number_of_inputs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ChannelMergerNode.html" title="struct web_sys::ChannelMergerNode">ChannelMergerNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createChannelMerger()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createChannelMerger">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ChannelMergerNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-20' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-20' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_channel_splitter' class="method"><code id='create_channel_splitter.v'>pub fn <a href='#method.create_channel_splitter' class='fnname'>create_channel_splitter</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ChannelSplitterNode.html" title="struct web_sys::ChannelSplitterNode">ChannelSplitterNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createChannelSplitter()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createChannelSplitter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ChannelSplitterNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-21' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-21' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_channel_splitter_with_number_of_outputs' class="method"><code id='create_channel_splitter_with_number_of_outputs.v'>pub fn <a href='#method.create_channel_splitter_with_number_of_outputs' class='fnname'>create_channel_splitter_with_number_of_outputs</a>(<br> &self, <br> number_of_outputs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ChannelSplitterNode.html" title="struct web_sys::ChannelSplitterNode">ChannelSplitterNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createChannelSplitter()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createChannelSplitter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ChannelSplitterNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-22' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-22' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_constant_source' class="method"><code id='create_constant_source.v'>pub fn <a href='#method.create_constant_source' class='fnname'>create_constant_source</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ConstantSourceNode.html" title="struct web_sys::ConstantSourceNode">ConstantSourceNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createConstantSource()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createConstantSource">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConstantSourceNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-23' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-23' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_convolver' class="method"><code id='create_convolver.v'>pub fn <a href='#method.create_convolver' class='fnname'>create_convolver</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ConvolverNode.html" title="struct web_sys::ConvolverNode">ConvolverNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createConvolver()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createConvolver">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>ConvolverNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-24' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-24' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_delay' class="method"><code id='create_delay.v'>pub fn <a href='#method.create_delay' class='fnname'>create_delay</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DelayNode.html" title="struct web_sys::DelayNode">DelayNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createDelay()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createDelay">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DelayNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-25' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-25' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_delay_with_max_delay_time' class="method"><code id='create_delay_with_max_delay_time.v'>pub fn <a href='#method.create_delay_with_max_delay_time' class='fnname'>create_delay_with_max_delay_time</a>(<br> &self, <br> max_delay_time: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DelayNode.html" title="struct web_sys::DelayNode">DelayNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createDelay()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createDelay">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DelayNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-26' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-26' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_dynamics_compressor' class="method"><code id='create_dynamics_compressor.v'>pub fn <a href='#method.create_dynamics_compressor' class='fnname'>create_dynamics_compressor</a>(<br> &self<br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DynamicsCompressorNode.html" title="struct web_sys::DynamicsCompressorNode">DynamicsCompressorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createDynamicsCompressor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createDynamicsCompressor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>DynamicsCompressorNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-27' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-27' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_gain' class="method"><code id='create_gain.v'>pub fn <a href='#method.create_gain' class='fnname'>create_gain</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.GainNode.html" title="struct web_sys::GainNode">GainNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createGain()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createGain">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>GainNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-28' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-28' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_iir_filter' class="method"><code id='create_iir_filter.v'>pub fn <a href='#method.create_iir_filter' class='fnname'>create_iir_filter</a>(<br> &self, <br> feedforward: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>, <br> feedback: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.IirFilterNode.html" title="struct web_sys::IirFilterNode">IirFilterNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createIIRFilter()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createIIRFilter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>IirFilterNode</code>, <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-29' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-29' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_oscillator' class="method"><code id='create_oscillator.v'>pub fn <a href='#method.create_oscillator' class='fnname'>create_oscillator</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.OscillatorNode.html" title="struct web_sys::OscillatorNode">OscillatorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createOscillator()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createOscillator">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>OscillatorNode</code></em></p>
|
||
|
</div></div><h3 id='impl-30' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-30' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_panner' class="method"><code id='create_panner.v'>pub fn <a href='#method.create_panner' class='fnname'>create_panner</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.PannerNode.html" title="struct web_sys::PannerNode">PannerNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createPanner()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createPanner">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>PannerNode</code></em></p>
|
||
|
</div></div><h3 id='impl-31' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-31' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_periodic_wave' class="method"><code id='create_periodic_wave.v'>pub fn <a href='#method.create_periodic_wave' class='fnname'>create_periodic_wave</a>(<br> &self, <br> real: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, <br> imag: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.PeriodicWave.html" title="struct web_sys::PeriodicWave">PeriodicWave</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createPeriodicWave()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createPeriodicWave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>PeriodicWave</code></em></p>
|
||
|
</div></div><h3 id='impl-32' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-32' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_periodic_wave_with_constraints' class="method"><code id='create_periodic_wave_with_constraints.v'>pub fn <a href='#method.create_periodic_wave_with_constraints' class='fnname'>create_periodic_wave_with_constraints</a>(<br> &self, <br> real: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, <br> imag: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, <br> constraints: &<a class="struct" href="../web_sys/struct.PeriodicWaveConstraints.html" title="struct web_sys::PeriodicWaveConstraints">PeriodicWaveConstraints</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.PeriodicWave.html" title="struct web_sys::PeriodicWave">PeriodicWave</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createPeriodicWave()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createPeriodicWave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>PeriodicWave</code>, <code>PeriodicWaveConstraints</code></em></p>
|
||
|
</div></div><h3 id='impl-33' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-33' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_script_processor' class="method"><code id='create_script_processor.v'>pub fn <a href='#method.create_script_processor' class='fnname'>create_script_processor</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ScriptProcessorNode.html" title="struct web_sys::ScriptProcessorNode">ScriptProcessorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createScriptProcessor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createScriptProcessor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>ScriptProcessorNode</code></em></p>
|
||
|
</div></div><h3 id='impl-34' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-34' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_script_processor_with_buffer_size' class="method"><code id='create_script_processor_with_buffer_size.v'>pub fn <a href='#method.create_script_processor_with_buffer_size' class='fnname'>create_script_processor_with_buffer_size</a>(<br> &self, <br> buffer_size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ScriptProcessorNode.html" title="struct web_sys::ScriptProcessorNode">ScriptProcessorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createScriptProcessor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createScriptProcessor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>ScriptProcessorNode</code></em></p>
|
||
|
</div></div><h3 id='impl-35' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-35' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_script_processor_with_buffer_size_and_number_of_input_channels' class="method"><code id='create_script_processor_with_buffer_size_and_number_of_input_channels.v'>pub fn <a href='#method.create_script_processor_with_buffer_size_and_number_of_input_channels' class='fnname'>create_script_processor_with_buffer_size_and_number_of_input_channels</a>(<br> &self, <br> buffer_size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> number_of_input_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ScriptProcessorNode.html" title="struct web_sys::ScriptProcessorNode">ScriptProcessorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createScriptProcessor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createScriptProcessor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>ScriptProcessorNode</code></em></p>
|
||
|
</div></div><h3 id='impl-36' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-36' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels' class="method"><code id='create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels.v'>pub fn <a href='#method.create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels' class='fnname'>create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels</a>(<br> &self, <br> buffer_size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> number_of_input_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> number_of_output_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ScriptProcessorNode.html" title="struct web_sys::ScriptProcessorNode">ScriptProcessorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createScriptProcessor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createScriptProcessor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>ScriptProcessorNode</code></em></p>
|
||
|
</div></div><h3 id='impl-37' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-37' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_stereo_panner' class="method"><code id='create_stereo_panner.v'>pub fn <a href='#method.create_stereo_panner' class='fnname'>create_stereo_panner</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.StereoPannerNode.html" title="struct web_sys::StereoPannerNode">StereoPannerNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createStereoPanner()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createStereoPanner">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>StereoPannerNode</code></em></p>
|
||
|
</div></div><h3 id='impl-38' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-38' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.create_wave_shaper' class="method"><code id='create_wave_shaper.v'>pub fn <a href='#method.create_wave_shaper' class='fnname'>create_wave_shaper</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.WaveShaperNode.html" title="struct web_sys::WaveShaperNode">WaveShaperNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>createWaveShaper()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/createWaveShaper">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code>, <code>WaveShaperNode</code></em></p>
|
||
|
</div></div><h3 id='impl-39' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-39' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.decode_audio_data' class="method"><code id='decode_audio_data.v'>pub fn <a href='#method.decode_audio_data' class='fnname'>decode_audio_data</a>(<br> &self, <br> audio_data: &<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>decodeAudioData()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/decodeAudioData">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-40' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-40' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.decode_audio_data_with_success_callback' class="method"><code id='decode_audio_data_with_success_callback.v'>pub fn <a href='#method.decode_audio_data_with_success_callback' class='fnname'>decode_audio_data_with_success_callback</a>(<br> &self, <br> audio_data: &<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a>, <br> success_callback: &<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>decodeAudioData()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/decodeAudioData">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-41' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-41' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.decode_audio_data_with_success_callback_and_error_callback' class="method"><code id='decode_audio_data_with_success_callback_and_error_callback.v'>pub fn <a href='#method.decode_audio_data_with_success_callback_and_error_callback' class='fnname'>decode_audio_data_with_success_callback_and_error_callback</a>(<br> &self, <br> audio_data: &<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a>, <br> success_callback: &<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>, <br> error_callback: &<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>decodeAudioData()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/decodeAudioData">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h3 id='impl-42' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-42' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.resume' class="method"><code id='resume.v'>pub fn <a href='#method.resume' class='fnname'>resume</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>resume()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/OfflineAudioContext/resume">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>OfflineAudioContext</code></em></p>
|
||
|
</div></div><h2 id='deref-methods' class='small-section-header'>Methods from <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = <a class="struct" href="../web_sys/struct.BaseAudioContext.html" title="struct web_sys::BaseAudioContext">BaseAudioContext</a>><a href='#deref-methods' class='anchor'></a></h2><div class='impl-items'><h4 id='method.destination-1' class="method"><code id='destination.v-1'>pub fn <a href='#method.destination-1' class='fnname'>destination</a>(&self) -> <a class="struct" href="../web_sys/struct.AudioDestinationNode.html" title="struct web_sys::AudioDestinationNode">AudioDestinationNode</a></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>Getter for the <code>destination</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/destination">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioDestinationNode</code>, <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.sample_rate-1' class="method"><code id='sample_rate.v-1'>pub fn <a href='#method.sample_rate-1' class='fnname'>sample_rate</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>Getter for the <code>sampleRate</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/sampleRate">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.current_time-1' class="method"><code id='current_time.v-1'>pub fn <a href='#method.current_time-1' class='fnname'>current_time</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>Getter for the <code>currentTime</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/currentTime">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.listener-1' class="method"><code id='listener.v-1'>pub fn <a href='#method.listener-1' class='fnname'>listener</a>(&self) -> <a class="struct" href="../web_sys/struct.AudioListener.html" title="struct web_sys::AudioListener">AudioListener</a></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>Getter for the <code>listener</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/listener">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioListener</code>, <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.state-1' class="method"><code id='state.v-1'>pub fn <a href='#method.state-1' class='fnname'>state</a>(&self) -> <a class="enum" href="../web_sys/enum.AudioContextState.html" title="enum web_sys::AudioContextState">AudioContextState</a></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>Getter for the <code>state</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/state">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioContextState</code>, <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.audio_worklet-1' class="method"><code id='audio_worklet.v-1'>pub fn <a href='#method.audio_worklet-1' class='fnname'>audio_worklet</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.AudioWorklet.html" title="struct web_sys::AudioWorklet">AudioWorklet</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>Getter for the <code>audioWorklet</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/audioWorklet">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioWorklet</code>, <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.onstatechange-1' class="method"><code id='onstatechange.v-1'>pub fn <a href='#method.onstatechange-1' class='fnname'>onstatechange</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>Getter for the <code>onstatechange</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/onstatechange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.set_onstatechange-1' class="method"><code id='set_onstatechange.v-1'>pub fn <a href='#method.set_onstatechange-1' class='fnname'>set_onstatechange</a>(&self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>>)</code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>Setter for the <code>onstatechange</code> field of this object.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/onstatechange">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_analyser-1' class="method"><code id='create_analyser.v-1'>pub fn <a href='#method.create_analyser-1' class='fnname'>create_analyser</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.AnalyserNode.html" title="struct web_sys::AnalyserNode">AnalyserNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createAnalyser()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createAnalyser">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AnalyserNode</code>, <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_biquad_filter-1' class="method"><code id='create_biquad_filter.v-1'>pub fn <a href='#method.create_biquad_filter-1' class='fnname'>create_biquad_filter</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.BiquadFilterNode.html" title="struct web_sys::BiquadFilterNode">BiquadFilterNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createBiquadFilter()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createBiquadFilter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>BiquadFilterNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_buffer-1' class="method"><code id='create_buffer.v-1'>pub fn <a href='#method.create_buffer-1' class='fnname'>create_buffer</a>(<br> &self, <br> number_of_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> length: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sample_rate: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.AudioBuffer.html" title="struct web_sys::AudioBuffer">AudioBuffer</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createBuffer()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createBuffer">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioBuffer</code>, <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_buffer_source-1' class="method"><code id='create_buffer_source.v-1'>pub fn <a href='#method.create_buffer_source-1' class='fnname'>create_buffer_source</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.AudioBufferSourceNode.html" title="struct web_sys::AudioBufferSourceNode">AudioBufferSourceNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createBufferSource()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createBufferSource">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>AudioBufferSourceNode</code>, <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_channel_merger-1' class="method"><code id='create_channel_merger.v-1'>pub fn <a href='#method.create_channel_merger-1' class='fnname'>create_channel_merger</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ChannelMergerNode.html" title="struct web_sys::ChannelMergerNode">ChannelMergerNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createChannelMerger()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createChannelMerger">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ChannelMergerNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_channel_merger_with_number_of_inputs-1' class="method"><code id='create_channel_merger_with_number_of_inputs.v-1'>pub fn <a href='#method.create_channel_merger_with_number_of_inputs-1' class='fnname'>create_channel_merger_with_number_of_inputs</a>(<br> &self, <br> number_of_inputs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ChannelMergerNode.html" title="struct web_sys::ChannelMergerNode">ChannelMergerNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createChannelMerger()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createChannelMerger">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ChannelMergerNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_channel_splitter-1' class="method"><code id='create_channel_splitter.v-1'>pub fn <a href='#method.create_channel_splitter-1' class='fnname'>create_channel_splitter</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ChannelSplitterNode.html" title="struct web_sys::ChannelSplitterNode">ChannelSplitterNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createChannelSplitter()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createChannelSplitter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ChannelSplitterNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_channel_splitter_with_number_of_outputs-1' class="method"><code id='create_channel_splitter_with_number_of_outputs.v-1'>pub fn <a href='#method.create_channel_splitter_with_number_of_outputs-1' class='fnname'>create_channel_splitter_with_number_of_outputs</a>(<br> &self, <br> number_of_outputs: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ChannelSplitterNode.html" title="struct web_sys::ChannelSplitterNode">ChannelSplitterNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createChannelSplitter()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createChannelSplitter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ChannelSplitterNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_constant_source-1' class="method"><code id='create_constant_source.v-1'>pub fn <a href='#method.create_constant_source-1' class='fnname'>create_constant_source</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ConstantSourceNode.html" title="struct web_sys::ConstantSourceNode">ConstantSourceNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createConstantSource()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createConstantSource">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ConstantSourceNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_convolver-1' class="method"><code id='create_convolver.v-1'>pub fn <a href='#method.create_convolver-1' class='fnname'>create_convolver</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ConvolverNode.html" title="struct web_sys::ConvolverNode">ConvolverNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createConvolver()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createConvolver">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ConvolverNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_delay-1' class="method"><code id='create_delay.v-1'>pub fn <a href='#method.create_delay-1' class='fnname'>create_delay</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DelayNode.html" title="struct web_sys::DelayNode">DelayNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createDelay()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createDelay">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>DelayNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_delay_with_max_delay_time-1' class="method"><code id='create_delay_with_max_delay_time.v-1'>pub fn <a href='#method.create_delay_with_max_delay_time-1' class='fnname'>create_delay_with_max_delay_time</a>(<br> &self, <br> max_delay_time: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DelayNode.html" title="struct web_sys::DelayNode">DelayNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createDelay()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createDelay">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>DelayNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_dynamics_compressor-1' class="method"><code id='create_dynamics_compressor.v-1'>pub fn <a href='#method.create_dynamics_compressor-1' class='fnname'>create_dynamics_compressor</a>(<br> &self<br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.DynamicsCompressorNode.html" title="struct web_sys::DynamicsCompressorNode">DynamicsCompressorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createDynamicsCompressor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createDynamicsCompressor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>DynamicsCompressorNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_gain-1' class="method"><code id='create_gain.v-1'>pub fn <a href='#method.create_gain-1' class='fnname'>create_gain</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.GainNode.html" title="struct web_sys::GainNode">GainNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createGain()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createGain">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>GainNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_iir_filter-1' class="method"><code id='create_iir_filter.v-1'>pub fn <a href='#method.create_iir_filter-1' class='fnname'>create_iir_filter</a>(<br> &self, <br> feedforward: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>, <br> feedback: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.IirFilterNode.html" title="struct web_sys::IirFilterNode">IirFilterNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createIIRFilter()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createIIRFilter">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>IirFilterNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_oscillator-1' class="method"><code id='create_oscillator.v-1'>pub fn <a href='#method.create_oscillator-1' class='fnname'>create_oscillator</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.OscillatorNode.html" title="struct web_sys::OscillatorNode">OscillatorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createOscillator()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createOscillator">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>OscillatorNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_panner-1' class="method"><code id='create_panner.v-1'>pub fn <a href='#method.create_panner-1' class='fnname'>create_panner</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.PannerNode.html" title="struct web_sys::PannerNode">PannerNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createPanner()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createPanner">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>PannerNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_periodic_wave-1' class="method"><code id='create_periodic_wave.v-1'>pub fn <a href='#method.create_periodic_wave-1' class='fnname'>create_periodic_wave</a>(<br> &self, <br> real: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, <br> imag: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.PeriodicWave.html" title="struct web_sys::PeriodicWave">PeriodicWave</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createPeriodicWave()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createPeriodicWave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>PeriodicWave</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_periodic_wave_with_constraints-1' class="method"><code id='create_periodic_wave_with_constraints.v-1'>pub fn <a href='#method.create_periodic_wave_with_constraints-1' class='fnname'>create_periodic_wave_with_constraints</a>(<br> &self, <br> real: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, <br> imag: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&mut [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>, <br> constraints: &<a class="struct" href="../web_sys/struct.PeriodicWaveConstraints.html" title="struct web_sys::PeriodicWaveConstraints">PeriodicWaveConstraints</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.PeriodicWave.html" title="struct web_sys::PeriodicWave">PeriodicWave</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createPeriodicWave()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createPeriodicWave">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>PeriodicWave</code>, <code>PeriodicWaveConstraints</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_script_processor-1' class="method"><code id='create_script_processor.v-1'>pub fn <a href='#method.create_script_processor-1' class='fnname'>create_script_processor</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ScriptProcessorNode.html" title="struct web_sys::ScriptProcessorNode">ScriptProcessorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createScriptProcessor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createScriptProcessor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ScriptProcessorNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_script_processor_with_buffer_size-1' class="method"><code id='create_script_processor_with_buffer_size.v-1'>pub fn <a href='#method.create_script_processor_with_buffer_size-1' class='fnname'>create_script_processor_with_buffer_size</a>(<br> &self, <br> buffer_size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ScriptProcessorNode.html" title="struct web_sys::ScriptProcessorNode">ScriptProcessorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createScriptProcessor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createScriptProcessor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ScriptProcessorNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_script_processor_with_buffer_size_and_number_of_input_channels-1' class="method"><code id='create_script_processor_with_buffer_size_and_number_of_input_channels.v-1'>pub fn <a href='#method.create_script_processor_with_buffer_size_and_number_of_input_channels-1' class='fnname'>create_script_processor_with_buffer_size_and_number_of_input_channels</a>(<br> &self, <br> buffer_size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> number_of_input_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ScriptProcessorNode.html" title="struct web_sys::ScriptProcessorNode">ScriptProcessorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createScriptProcessor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createScriptProcessor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ScriptProcessorNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels-1' class="method"><code id='create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels.v-1'>pub fn <a href='#method.create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels-1' class='fnname'>create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels</a>(<br> &self, <br> buffer_size: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> number_of_input_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> number_of_output_channels: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.ScriptProcessorNode.html" title="struct web_sys::ScriptProcessorNode">ScriptProcessorNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createScriptProcessor()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createScriptProcessor">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>ScriptProcessorNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_stereo_panner-1' class="method"><code id='create_stereo_panner.v-1'>pub fn <a href='#method.create_stereo_panner-1' class='fnname'>create_stereo_panner</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.StereoPannerNode.html" title="struct web_sys::StereoPannerNode">StereoPannerNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createStereoPanner()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createStereoPanner">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>StereoPannerNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.create_wave_shaper-1' class="method"><code id='create_wave_shaper.v-1'>pub fn <a href='#method.create_wave_shaper-1' class='fnname'>create_wave_shaper</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../web_sys/struct.WaveShaperNode.html" title="struct web_sys::WaveShaperNode">WaveShaperNode</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>createWaveShaper()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createWaveShaper">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code>, <code>WaveShaperNode</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.decode_audio_data-1' class="method"><code id='decode_audio_data.v-1'>pub fn <a href='#method.decode_audio_data-1' class='fnname'>decode_audio_data</a>(<br> &self, <br> audio_data: &<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>decodeAudioData()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.decode_audio_data_with_success_callback-1' class="method"><code id='decode_audio_data_with_success_callback.v-1'>pub fn <a href='#method.decode_audio_data_with_success_callback-1' class='fnname'>decode_audio_data_with_success_callback</a>(<br> &self, <br> audio_data: &<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a>, <br> success_callback: &<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>decodeAudioData()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.decode_audio_data_with_success_callback_and_error_callback-1' class="method"><code id='decode_audio_data_with_success_callback_and_error_callback.v-1'>pub fn <a href='#method.decode_audio_data_with_success_callback_and_error_callback-1' class='fnname'>decode_audio_data_with_success_callback_and_error_callback</a>(<br> &self, <br> audio_data: &<a class="struct" href="../js_sys/struct.ArrayBuffer.html" title="struct js_sys::ArrayBuffer">ArrayBuffer</a>, <br> success_callback: &<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>, <br> error_callback: &<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>decodeAudioData()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><div class='impl-items'><h4 id='method.resume-1' class="method"><code id='resume.v-1'>pub fn <a href='#method.resume-1' class='fnname'>resume</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>></code><a class='srclink' href='../src/web_sys/features/gen_BaseAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='stability'><div class='stab deprecated'><span class='emoji'>👎</span> Deprecated: <p>doesn't exist in Safari, use <code>AudioContext</code> instead now</p>
|
||
|
</div></div><div class='docblock'><p>The <code>resume()</code> method.</p>
|
||
|
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/resume">MDN Documentation</a></p>
|
||
|
<p><em>This API requires the following crate features to be activated: <code>BaseAudioContext</code></em></p>
|
||
|
</div></div><h2 id='trait-implementations' class='small-section-header'>Trait Implementations<a href='#trait-implementations' class='anchor'></a></h2><div id='trait-implementations-list'><h3 id='impl-AsRef%3CBaseAudioContext%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../web_sys/struct.BaseAudioContext.html" title="struct web_sys::BaseAudioContext">BaseAudioContext</a>> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-AsRef%3CBaseAudioContext%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-2' class="method hidden"><code id='as_ref.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../web_sys/struct.BaseAudioContext.html" title="struct web_sys::BaseAudioContext">BaseAudioContext</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-AsRef%3CEventTarget%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a>> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-AsRef%3CEventTarget%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-3' class="method hidden"><code id='as_ref.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-AsRef%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-AsRef%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref' class="method hidden"><code id='as_ref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-AsRef%3CObject%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-AsRef%3CObject%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-4' class="method hidden"><code id='as_ref.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-AsRef%3COfflineAudioContext%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-AsRef%3COfflineAudioContext%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-1' class="method hidden"><code id='as_ref.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&self) -> &<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-Clone' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
||
|
</div><h4 id='method.clone_from' class="method hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
||
|
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
|
||
|
</div></div><h3 id='impl-Deref' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-Deref' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Target' class="type"><code id='Target.t'>type <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target' class="type">Target</a> = <a class="struct" href="../web_sys/struct.BaseAudioContext.html" title="struct web_sys::BaseAudioContext">BaseAudioContext</a></code></h4><div class='docblock'><p>The resulting type after dereferencing.</p>
|
||
|
</div><h4 id='method.deref' class="method hidden"><code id='deref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#tymethod.deref' class='fnname'>deref</a>(&self) -> &<a class="struct" href="../web_sys/struct.BaseAudioContext.html" title="struct web_sys::BaseAudioContext">BaseAudioContext</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Dereferences the value.</p>
|
||
|
</div></div><h3 id='impl-Eq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-From%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-From%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-From%3COfflineAudioContext%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>> for <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a href='#impl-From%3COfflineAudioContext%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-1' class="method hidden"><code id='from.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>) -> <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-From%3COfflineAudioContext%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>> for <a class="struct" href="../web_sys/struct.BaseAudioContext.html" title="struct web_sys::BaseAudioContext">BaseAudioContext</a></code><a href='#impl-From%3COfflineAudioContext%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-2' class="method hidden"><code id='from.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>) -> <a class="struct" href="../web_sys/struct.BaseAudioContext.html" title="struct web_sys::BaseAudioContext">BaseAudioContext</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-From%3COfflineAudioContext%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>> for <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a href='#impl-From%3COfflineAudioContext%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-3' class="method hidden"><code id='from.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>) -> <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-From%3COfflineAudioContext%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>> for <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a href='#impl-From%3COfflineAudioContext%3E-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-4' class="method hidden"><code id='from.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>) -> <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-FromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-FromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-1' class="type"><code id='Abi.t-1'>type <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = <<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a>>::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts from when coming back out from the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi">Read more</a></p>
|
||
|
</div><h4 id='method.from_abi' class="method hidden"><code id='from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi' class='fnname'>from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -> Self</code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Recover a <code>Self</code> from <code>Self::Abi</code>. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi">Read more</a></p>
|
||
|
</div></div><h3 id='impl-IntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-IntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-2' class="type"><code id='Abi.t-2'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = <<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>>::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
|
||
|
</div><h4 id='method.into_abi' class="method hidden"><code id='into_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -> Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
|
||
|
</div></div><h3 id='impl-IntoWasmAbi-1' class='impl'><code class='in-band'>impl<'a> <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for &'a <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-IntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-3' class="type"><code id='Abi.t-3'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = <&'a <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>>::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
|
||
|
</div><h4 id='method.into_abi-1' class="method hidden"><code id='into_abi.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -> Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
|
||
|
</div></div><h3 id='impl-JsCast' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-JsCast' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.instanceof' class="method hidden"><code id='instanceof.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof' class='fnname'>instanceof</a>(val: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic <code>instanceof</code> check to see whether the <code>JsValue</code> provided is an instance of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof">Read more</a></p>
|
||
|
</div><h4 id='method.unchecked_from_js' class="method hidden"><code id='unchecked_from_js.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js' class='fnname'>unchecked_from_js</a>(val: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> Self</code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>JsValue</code> into an instance of <code>Self</code> <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js">Read more</a></p>
|
||
|
</div><h4 id='method.unchecked_from_js_ref' class="method hidden"><code id='unchecked_from_js_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref' class='fnname'>unchecked_from_js_ref</a>(val: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self</code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>&JsValue</code> into an instance of <code>&Self</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref">Read more</a></p>
|
||
|
</div><h4 id='method.has_type' class="method hidden"><code id='has_type.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.has_type' class='fnname'>has_type</a><T>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#30-35' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value has a type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.has_type">Read more</a></p>
|
||
|
</div><h4 id='method.dyn_into' class="method hidden"><code id='dyn_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into' class='fnname'>dyn_into</a><T>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, Self> <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#43-52' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into">Read more</a></p>
|
||
|
</div><h4 id='method.dyn_ref' class="method hidden"><code id='dyn_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref' class='fnname'>dyn_ref</a><T>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T> <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#60-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref">Read more</a></p>
|
||
|
</div><h4 id='method.unchecked_into' class="method hidden"><code id='unchecked_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into' class='fnname'>unchecked_into</a><T>(self) -> T <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#78-83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into">Read more</a></p>
|
||
|
</div><h4 id='method.unchecked_ref' class="method hidden"><code id='unchecked_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref' class='fnname'>unchecked_ref</a><T>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#96-101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into a reference to the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref">Read more</a></p>
|
||
|
</div><h4 id='method.is_instance_of' class="method hidden"><code id='is_instance_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of' class='fnname'>is_instance_of</a><T>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>, </span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#112-117' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value is an instance of the type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of">Read more</a></p>
|
||
|
</div><h4 id='method.is_type_of' class="method hidden"><code id='is_type_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of' class='fnname'>is_type_of</a>(val: &<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#136-138' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic check to see whether the <code>JsValue</code> provided is a value of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of">Read more</a></p>
|
||
|
</div></div><h3 id='impl-OptionFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionFromWasmAbi">OptionFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-OptionFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_none' class="method hidden"><code id='is_none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none' class='fnname'>is_none</a>(abi: &Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Tests whether the argument is a "none" instance. If so it will be deserialized as <code>None</code>, and otherwise it will be passed to <code>FromWasmAbi</code>. <a href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none">Read more</a></p>
|
||
|
</div></div><h3 id='impl-OptionIntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-OptionIntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none' class="method hidden"><code id='none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -> Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating "none", which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
|
||
|
</div></div><h3 id='impl-OptionIntoWasmAbi-1' class='impl'><code class='in-band'>impl<'a> <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for &'a <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-OptionIntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none-1' class="method hidden"><code id='none.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -> Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating "none", which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
|
||
|
</div></div><h3 id='impl-PartialEq%3COfflineAudioContext%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-PartialEq%3COfflineAudioContext%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq' class="method hidden"><code id='eq.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&self, other: &<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
|
||
|
</div><h4 id='method.ne' class="method hidden"><code id='ne.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&self, other: &<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
|
||
|
</div></div><h3 id='impl-RefFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-RefFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi' class="type"><code id='Abi.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = <<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a>>::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type references to <code>Self</code> are recovered from.</p>
|
||
|
</div><h4 id='associatedtype.Anchor' class="type"><code id='Anchor.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor' class="type">Anchor</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/core/mem/manually_drop/struct.ManuallyDrop.html" title="struct core::mem::manually_drop::ManuallyDrop">ManuallyDrop</a><<a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a>></code></h4><div class='docblock'><p>The type that holds the reference to <code>Self</code> for the duration of the invocation of the function that has an <code>&Self</code> parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor">Read more</a></p>
|
||
|
</div><h4 id='method.ref_from_abi' class="method hidden"><code id='ref_from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi' class='fnname'>ref_from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a>) -> Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Anchor">Anchor</a></code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Recover a <code>Self::Anchor</code> from <code>Self::Abi</code>. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi">Read more</a></p>
|
||
|
</div></div><h3 id='impl-StructuralEq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralEq.html" title="trait core::marker::StructuralEq">StructuralEq</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-StructuralEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-StructuralPartialEq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-StructuralPartialEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-WasmDescribe' class='impl'><code class='in-band'>impl WasmDescribe for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-WasmDescribe' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.describe' class="method hidden"><code id='describe.v'>fn <a href='#method.describe' class='fnname'>describe</a>()</code><a class='srclink' href='../src/web_sys/features/gen_OfflineAudioContext.rs.html#4' title='goto source code'>[src]</a></h4></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Send' class='impl'><code class='in-band'>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../web_sys/struct.OfflineAudioContext.html" title="struct web_sys::OfflineAudioContext">OfflineAudioContext</a></code>
|
||
|
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-217' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214-216' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
|
||
|
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#220-224' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#221-223' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
|
||
|
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#565-569' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-5' class="method hidden"><code id='from.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -> T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#566-568' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>, </span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#554-561' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -> U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#558-560' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-ReturnWasmAbi' class='impl'><code class='in-band'>impl<T> <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>, </span></code><a href='#impl-ReturnWasmAbi' class='anchor'></a><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#122-129' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-4' class="type"><code id='Abi.t-4'>type <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = <T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>>::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>Same as <code>IntoWasmAbi::Abi</code></p>
|
||
|
</div><h4 id='method.return_abi' class="method hidden"><code id='return_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi' class='fnname'>return_abi</a>(self) -> <T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a>>::<a class="type" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::ReturnWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#126-128' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Same as <code>IntoWasmAbi::into_abi</code>, except that it may throw and never return in the case of <code>Err</code>. <a href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi">Read more</a></p>
|
||
|
</div></div><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br> T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#80-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
|
||
|
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&self) -> T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
|
||
|
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
|
||
|
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
|
||
|
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>, </span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#602-611' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
|
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#608-610' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588-597' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
|
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#594-596' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
|
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "web_sys";</script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>
|