[−][src]Struct web_sys::AudioContext
The AudioContext object
This API requires the following crate features to be activated: AudioContext
Methods
impl AudioContext[src]
impl AudioContextpub fn new() -> Result<AudioContext, JsValue> | [src] |
The new AudioContext(..) constructor, creating a new instance of AudioContext
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn new_with_context_options( | [src] |
The new AudioContext(..) constructor, creating a new instance of AudioContext
This API requires the following crate features to be activated: AudioContext, AudioContextOptions
impl AudioContext[src]
impl AudioContextpub fn close(&self) -> Result<Promise, JsValue> | [src] |
The close() method
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn create_media_element_source( | [src] |
The createMediaElementSource() method
This API requires the following crate features to be activated: AudioContext, HtmlMediaElement, MediaElementAudioSourceNode
impl AudioContext[src]
impl AudioContextpub fn create_media_stream_destination( | [src] |
The createMediaStreamDestination() method
This API requires the following crate features to be activated: AudioContext, MediaStreamAudioDestinationNode
impl AudioContext[src]
impl AudioContextpub fn create_media_stream_source( | [src] |
The createMediaStreamSource() method
This API requires the following crate features to be activated: AudioContext, MediaStream, MediaStreamAudioSourceNode
impl AudioContext[src]
impl AudioContextpub fn suspend(&self) -> Result<Promise, JsValue> | [src] |
The suspend() method
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn create_analyser(&self) -> Result<AnalyserNode, JsValue> | [src] |
The createAnalyser() method
This API requires the following crate features to be activated: AnalyserNode, AudioContext
impl AudioContext[src]
impl AudioContextpub fn create_biquad_filter(&self) -> Result<BiquadFilterNode, JsValue> | [src] |
The createBiquadFilter() method
This API requires the following crate features to be activated: AudioContext, BiquadFilterNode
impl AudioContext[src]
impl AudioContextpub fn create_buffer( | [src] |
The createBuffer() method
This API requires the following crate features to be activated: AudioBuffer, AudioContext
impl AudioContext[src]
impl AudioContextpub fn create_buffer_source(&self) -> Result<AudioBufferSourceNode, JsValue> | [src] |
The createBufferSource() method
This API requires the following crate features to be activated: AudioBufferSourceNode, AudioContext
impl AudioContext[src]
impl AudioContextpub fn create_channel_merger(&self) -> Result<ChannelMergerNode, JsValue> | [src] |
The createChannelMerger() method
This API requires the following crate features to be activated: AudioContext, ChannelMergerNode
impl AudioContext[src]
impl AudioContextpub fn create_channel_merger_with_number_of_inputs( | [src] |
The createChannelMerger() method
This API requires the following crate features to be activated: AudioContext, ChannelMergerNode
impl AudioContext[src]
impl AudioContextpub fn create_channel_splitter(&self) -> Result<ChannelSplitterNode, JsValue> | [src] |
The createChannelSplitter() method
This API requires the following crate features to be activated: AudioContext, ChannelSplitterNode
impl AudioContext[src]
impl AudioContextpub fn create_channel_splitter_with_number_of_outputs( | [src] |
The createChannelSplitter() method
This API requires the following crate features to be activated: AudioContext, ChannelSplitterNode
impl AudioContext[src]
impl AudioContextpub fn create_constant_source(&self) -> Result<ConstantSourceNode, JsValue> | [src] |
The createConstantSource() method
This API requires the following crate features to be activated: AudioContext, ConstantSourceNode
impl AudioContext[src]
impl AudioContextpub fn create_convolver(&self) -> Result<ConvolverNode, JsValue> | [src] |
The createConvolver() method
This API requires the following crate features to be activated: AudioContext, ConvolverNode
impl AudioContext[src]
impl AudioContextpub fn create_delay(&self) -> Result<DelayNode, JsValue> | [src] |
The createDelay() method
This API requires the following crate features to be activated: AudioContext, DelayNode
impl AudioContext[src]
impl AudioContextpub fn create_delay_with_max_delay_time( | [src] |
The createDelay() method
This API requires the following crate features to be activated: AudioContext, DelayNode
impl AudioContext[src]
impl AudioContextpub fn create_dynamics_compressor( | [src] |
The createDynamicsCompressor() method
This API requires the following crate features to be activated: AudioContext, DynamicsCompressorNode
impl AudioContext[src]
impl AudioContextpub fn create_gain(&self) -> Result<GainNode, JsValue> | [src] |
The createGain() method
This API requires the following crate features to be activated: AudioContext, GainNode
impl AudioContext[src]
impl AudioContextpub fn create_iir_filter( | [src] |
The createIIRFilter() method
This API requires the following crate features to be activated: AudioContext, IirFilterNode
impl AudioContext[src]
impl AudioContextpub fn create_oscillator(&self) -> Result<OscillatorNode, JsValue> | [src] |
The createOscillator() method
This API requires the following crate features to be activated: AudioContext, OscillatorNode
impl AudioContext[src]
impl AudioContextpub fn create_panner(&self) -> Result<PannerNode, JsValue> | [src] |
The createPanner() method
This API requires the following crate features to be activated: AudioContext, PannerNode
impl AudioContext[src]
impl AudioContextpub fn create_periodic_wave( | [src] |
The createPeriodicWave() method
This API requires the following crate features to be activated: AudioContext, PeriodicWave
impl AudioContext[src]
impl AudioContextpub fn create_periodic_wave_with_constraints( | [src] |
The createPeriodicWave() method
This API requires the following crate features to be activated: AudioContext, PeriodicWave, PeriodicWaveConstraints
impl AudioContext[src]
impl AudioContextpub fn create_script_processor(&self) -> Result<ScriptProcessorNode, JsValue> | [src] |
The createScriptProcessor() method
This API requires the following crate features to be activated: AudioContext, ScriptProcessorNode
impl AudioContext[src]
impl AudioContextpub fn create_script_processor_with_buffer_size( | [src] |
The createScriptProcessor() method
This API requires the following crate features to be activated: AudioContext, ScriptProcessorNode
impl AudioContext[src]
impl AudioContextpub fn create_script_processor_with_buffer_size_and_number_of_input_channels( | [src] |
The createScriptProcessor() method
This API requires the following crate features to be activated: AudioContext, ScriptProcessorNode
impl AudioContext[src]
impl AudioContextpub fn create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels( | [src] |
The createScriptProcessor() method
This API requires the following crate features to be activated: AudioContext, ScriptProcessorNode
impl AudioContext[src]
impl AudioContextpub fn create_stereo_panner(&self) -> Result<StereoPannerNode, JsValue> | [src] |
The createStereoPanner() method
This API requires the following crate features to be activated: AudioContext, StereoPannerNode
impl AudioContext[src]
impl AudioContextpub fn create_wave_shaper(&self) -> Result<WaveShaperNode, JsValue> | [src] |
The createWaveShaper() method
This API requires the following crate features to be activated: AudioContext, WaveShaperNode
impl AudioContext[src]
impl AudioContextpub fn decode_audio_data( | [src] |
The decodeAudioData() method
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn decode_audio_data_with_success_callback( | [src] |
The decodeAudioData() method
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn decode_audio_data_with_success_callback_and_error_callback( | [src] |
The decodeAudioData() method
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn resume(&self) -> Result<Promise, JsValue> | [src] |
The resume() method
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn destination(&self) -> AudioDestinationNode | [src] |
The destination getter
This API requires the following crate features to be activated: AudioContext, AudioDestinationNode
impl AudioContext[src]
impl AudioContextpub fn sample_rate(&self) -> f32 | [src] |
The sampleRate getter
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn current_time(&self) -> f64 | [src] |
The currentTime getter
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn listener(&self) -> AudioListener | [src] |
The listener getter
This API requires the following crate features to be activated: AudioContext, AudioListener
impl AudioContext[src]
impl AudioContextpub fn state(&self) -> AudioContextState | [src] |
The state getter
This API requires the following crate features to be activated: AudioContext, AudioContextState
impl AudioContext[src]
impl AudioContextpub fn audio_worklet(&self) -> Result<AudioWorklet, JsValue> | [src] |
The audioWorklet getter
This API requires the following crate features to be activated: AudioContext, AudioWorklet
impl AudioContext[src]
impl AudioContextpub fn onstatechange(&self) -> Option<Function> | [src] |
The onstatechange getter
This API requires the following crate features to be activated: AudioContext
impl AudioContext[src]
impl AudioContextpub fn set_onstatechange(&self, onstatechange: Option<&Function>) | [src] |
The onstatechange setter
This API requires the following crate features to be activated: AudioContext
Methods from Deref<Target = BaseAudioContext>
pub fn create_analyser(&self) -> Result<AnalyserNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createAnalyser() method
This API requires the following crate features to be activated: AnalyserNode, BaseAudioContext
pub fn create_biquad_filter(&self) -> Result<BiquadFilterNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createBiquadFilter() method
This API requires the following crate features to be activated: BaseAudioContext, BiquadFilterNode
pub fn create_buffer( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createBuffer() method
This API requires the following crate features to be activated: AudioBuffer, BaseAudioContext
pub fn create_buffer_source(&self) -> Result<AudioBufferSourceNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createBufferSource() method
This API requires the following crate features to be activated: AudioBufferSourceNode, BaseAudioContext
pub fn create_channel_merger(&self) -> Result<ChannelMergerNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createChannelMerger() method
This API requires the following crate features to be activated: BaseAudioContext, ChannelMergerNode
pub fn create_channel_merger_with_number_of_inputs( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createChannelMerger() method
This API requires the following crate features to be activated: BaseAudioContext, ChannelMergerNode
pub fn create_channel_splitter(&self) -> Result<ChannelSplitterNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createChannelSplitter() method
This API requires the following crate features to be activated: BaseAudioContext, ChannelSplitterNode
pub fn create_channel_splitter_with_number_of_outputs( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createChannelSplitter() method
This API requires the following crate features to be activated: BaseAudioContext, ChannelSplitterNode
pub fn create_constant_source(&self) -> Result<ConstantSourceNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createConstantSource() method
This API requires the following crate features to be activated: BaseAudioContext, ConstantSourceNode
pub fn create_convolver(&self) -> Result<ConvolverNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createConvolver() method
This API requires the following crate features to be activated: BaseAudioContext, ConvolverNode
pub fn create_delay(&self) -> Result<DelayNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createDelay() method
This API requires the following crate features to be activated: BaseAudioContext, DelayNode
pub fn create_delay_with_max_delay_time( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createDelay() method
This API requires the following crate features to be activated: BaseAudioContext, DelayNode
pub fn create_dynamics_compressor( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createDynamicsCompressor() method
This API requires the following crate features to be activated: BaseAudioContext, DynamicsCompressorNode
pub fn create_gain(&self) -> Result<GainNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createGain() method
This API requires the following crate features to be activated: BaseAudioContext, GainNode
pub fn create_iir_filter( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createIIRFilter() method
This API requires the following crate features to be activated: BaseAudioContext, IirFilterNode
pub fn create_oscillator(&self) -> Result<OscillatorNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createOscillator() method
This API requires the following crate features to be activated: BaseAudioContext, OscillatorNode
pub fn create_panner(&self) -> Result<PannerNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createPanner() method
This API requires the following crate features to be activated: BaseAudioContext, PannerNode
pub fn create_periodic_wave( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createPeriodicWave() method
This API requires the following crate features to be activated: BaseAudioContext, PeriodicWave
pub fn create_periodic_wave_with_constraints( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createPeriodicWave() method
This API requires the following crate features to be activated: BaseAudioContext, PeriodicWave, PeriodicWaveConstraints
pub fn create_script_processor(&self) -> Result<ScriptProcessorNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createScriptProcessor() method
This API requires the following crate features to be activated: BaseAudioContext, ScriptProcessorNode
pub fn create_script_processor_with_buffer_size( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createScriptProcessor() method
This API requires the following crate features to be activated: BaseAudioContext, ScriptProcessorNode
pub fn create_script_processor_with_buffer_size_and_number_of_input_channels( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createScriptProcessor() method
This API requires the following crate features to be activated: BaseAudioContext, ScriptProcessorNode
pub fn create_script_processor_with_buffer_size_and_number_of_input_channels_and_number_of_output_channels( | [src] |
doesn't exist in Safari, use AudioContext instead now
The createScriptProcessor() method
This API requires the following crate features to be activated: BaseAudioContext, ScriptProcessorNode
pub fn create_stereo_panner(&self) -> Result<StereoPannerNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createStereoPanner() method
This API requires the following crate features to be activated: BaseAudioContext, StereoPannerNode
pub fn create_wave_shaper(&self) -> Result<WaveShaperNode, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The createWaveShaper() method
This API requires the following crate features to be activated: BaseAudioContext, WaveShaperNode
pub fn decode_audio_data( | [src] |
doesn't exist in Safari, use AudioContext instead now
The decodeAudioData() method
This API requires the following crate features to be activated: BaseAudioContext
pub fn decode_audio_data_with_success_callback( | [src] |
doesn't exist in Safari, use AudioContext instead now
The decodeAudioData() method
This API requires the following crate features to be activated: BaseAudioContext
pub fn decode_audio_data_with_success_callback_and_error_callback( | [src] |
doesn't exist in Safari, use AudioContext instead now
The decodeAudioData() method
This API requires the following crate features to be activated: BaseAudioContext
pub fn resume(&self) -> Result<Promise, JsValue> | [src] |
doesn't exist in Safari, use AudioContext instead now
The resume() method
This API requires the following crate features to be activated: BaseAudioContext
pub fn destination(&self) -> AudioDestinationNode | [src] |
The destination getter
This API requires the following crate features to be activated: AudioDestinationNode, BaseAudioContext
pub fn sample_rate(&self) -> f32 | [src] |
The sampleRate getter
This API requires the following crate features to be activated: BaseAudioContext
pub fn current_time(&self) -> f64 | [src] |
The currentTime getter
This API requires the following crate features to be activated: BaseAudioContext
pub fn listener(&self) -> AudioListener | [src] |
The listener getter
This API requires the following crate features to be activated: AudioListener, BaseAudioContext
pub fn state(&self) -> AudioContextState | [src] |
The state getter
This API requires the following crate features to be activated: AudioContextState, BaseAudioContext
pub fn audio_worklet(&self) -> Result<AudioWorklet, JsValue> | [src] |
The audioWorklet getter
This API requires the following crate features to be activated: AudioWorklet, BaseAudioContext
pub fn onstatechange(&self) -> Option<Function> | [src] |
The onstatechange getter
This API requires the following crate features to be activated: BaseAudioContext
pub fn set_onstatechange(&self, onstatechange: Option<&Function>) | [src] |
doesn't exist in Safari, use AudioContext instead now
The onstatechange setter
This API requires the following crate features to be activated: BaseAudioContext
Trait Implementations
impl AsRef<JsValue> for AudioContext[src]
impl AsRef<JsValue> for AudioContextimpl AsRef<BaseAudioContext> for AudioContext[src]
impl AsRef<BaseAudioContext> for AudioContextfn as_ref(&self) -> &BaseAudioContext | [src] |
impl AsRef<EventTarget> for AudioContext[src]
impl AsRef<EventTarget> for AudioContextfn as_ref(&self) -> &EventTarget | [src] |
impl AsRef<Object> for AudioContext[src]
impl AsRef<Object> for AudioContextimpl Clone for AudioContext[src]
impl Clone for AudioContextfn clone(&self) -> AudioContext | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl From<JsValue> for AudioContext[src]
impl From<JsValue> for AudioContextfn from(obj: JsValue) -> AudioContext | [src] |
impl From<AudioContext> for JsValue[src]
impl From<AudioContext> for JsValuefn from(obj: AudioContext) -> JsValue | [src] |
impl From<AudioContext> for BaseAudioContext[src]
impl From<AudioContext> for BaseAudioContextfn from(obj: AudioContext) -> BaseAudioContext | [src] |
impl From<AudioContext> for EventTarget[src]
impl From<AudioContext> for EventTargetfn from(obj: AudioContext) -> EventTarget | [src] |
impl From<AudioContext> for Object[src]
impl From<AudioContext> for Objectfn from(obj: AudioContext) -> Object | [src] |
impl Debug for AudioContext[src]
impl Debug for AudioContextimpl Deref for AudioContext[src]
impl Deref for AudioContexttype Target = BaseAudioContext
The resulting type after dereferencing.
fn deref(&self) -> &BaseAudioContext | [src] |
impl FromWasmAbi for AudioContext[src]
impl FromWasmAbi for AudioContexttype Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self | [src] |
impl IntoWasmAbi for AudioContext[src]
impl IntoWasmAbi for AudioContexttype Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl<'a> IntoWasmAbi for &'a AudioContext[src]
impl<'a> IntoWasmAbi for &'a AudioContexttype Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl WasmDescribe for AudioContext[src]
impl WasmDescribe for AudioContextimpl OptionIntoWasmAbi for AudioContext[src]
impl OptionIntoWasmAbi for AudioContextimpl<'a> OptionIntoWasmAbi for &'a AudioContext[src]
impl<'a> OptionIntoWasmAbi for &'a AudioContextimpl OptionFromWasmAbi for AudioContext[src]
impl OptionFromWasmAbi for AudioContextimpl RefFromWasmAbi for AudioContext[src]
impl RefFromWasmAbi for AudioContexttype Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<AudioContext>
The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self::Anchor | [src] |
impl JsCast for AudioContext[src]
impl JsCast for AudioContextfn instanceof(val: &JsValue) -> bool | [src] |
fn unchecked_from_js(val: JsValue) -> Self | [src] |
fn unchecked_from_js_ref(val: &JsValue) -> &Self | [src] |
fn is_instance_of<T>(&self) -> bool where | [src] |
Test whether this JS value is an instance of the type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where | [src] |
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn dyn_ref<T>(&self) -> Option<&T> where | [src] |
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn unchecked_into<T>(self) -> T where | [src] |
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where | [src] |
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Auto Trait Implementations
impl !Send for AudioContext
impl !Send for AudioContextimpl !Sync for AudioContext
impl !Sync for AudioContextBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi | [src] |