[−][src]Struct web_sys::BaseAudioContext
doesn't exist in Safari, use AudioContext instead now
The BaseAudioContext object
This API requires the following crate features to be activated: BaseAudioContext
Methods
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
impl BaseAudioContext[src]
impl BaseAudioContextpub fn destination(&self) -> AudioDestinationNode | [src] |
The destination getter
This API requires the following crate features to be activated: AudioDestinationNode, BaseAudioContext
impl BaseAudioContext[src]
impl BaseAudioContextpub fn sample_rate(&self) -> f32 | [src] |
The sampleRate getter
This API requires the following crate features to be activated: BaseAudioContext
impl BaseAudioContext[src]
impl BaseAudioContextpub fn current_time(&self) -> f64 | [src] |
The currentTime getter
This API requires the following crate features to be activated: BaseAudioContext
impl BaseAudioContext[src]
impl BaseAudioContextpub fn listener(&self) -> AudioListener | [src] |
The listener getter
This API requires the following crate features to be activated: AudioListener, BaseAudioContext
impl BaseAudioContext[src]
impl BaseAudioContextpub fn state(&self) -> AudioContextState | [src] |
The state getter
This API requires the following crate features to be activated: AudioContextState, BaseAudioContext
impl BaseAudioContext[src]
impl BaseAudioContextpub fn audio_worklet(&self) -> Result<AudioWorklet, JsValue> | [src] |
The audioWorklet getter
This API requires the following crate features to be activated: AudioWorklet, BaseAudioContext
impl BaseAudioContext[src]
impl BaseAudioContextpub fn onstatechange(&self) -> Option<Function> | [src] |
The onstatechange getter
This API requires the following crate features to be activated: BaseAudioContext
impl BaseAudioContext[src]
impl BaseAudioContextpub 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
Methods from Deref<Target = EventTarget>
pub fn add_event_listener_with_callback( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
pub fn add_event_listener_with_callback_and_bool( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener_and_bool( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
pub fn add_event_listener_with_callback_and_bool_and_wants_untrusted( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted( | [src] |
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue> | [src] |
The dispatchEvent() method
This API requires the following crate features to be activated: Event, EventTarget
pub fn remove_event_listener_with_callback( | [src] |
The removeEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_event_listener( | [src] |
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn remove_event_listener_with_callback_and_event_listener_options( | [src] |
The removeEventListener() method
This API requires the following crate features to be activated: EventListenerOptions, EventTarget
pub fn remove_event_listener_with_event_listener_and_event_listener_options( | [src] |
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventListenerOptions, EventTarget
pub fn remove_event_listener_with_callback_and_bool( | [src] |
The removeEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_event_listener_and_bool( | [src] |
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
Trait Implementations
impl From<AudioContext> for BaseAudioContext[src]
impl From<AudioContext> for BaseAudioContextfn from(obj: AudioContext) -> BaseAudioContext | [src] |
impl From<JsValue> for BaseAudioContext[src]
impl From<JsValue> for BaseAudioContextfn from(obj: JsValue) -> BaseAudioContext | [src] |
impl From<BaseAudioContext> for JsValue[src]
impl From<BaseAudioContext> for JsValuefn from(obj: BaseAudioContext) -> JsValue | [src] |
impl From<BaseAudioContext> for EventTarget[src]
impl From<BaseAudioContext> for EventTargetfn from(obj: BaseAudioContext) -> EventTarget | [src] |
impl From<BaseAudioContext> for Object[src]
impl From<BaseAudioContext> for Objectfn from(obj: BaseAudioContext) -> Object | [src] |
impl From<OfflineAudioContext> for BaseAudioContext[src]
impl From<OfflineAudioContext> for BaseAudioContextfn from(obj: OfflineAudioContext) -> BaseAudioContext | [src] |
impl AsRef<BaseAudioContext> for AudioContext[src]
impl AsRef<BaseAudioContext> for AudioContextfn as_ref(&self) -> &BaseAudioContext | [src] |
impl AsRef<JsValue> for BaseAudioContext[src]
impl AsRef<JsValue> for BaseAudioContextimpl AsRef<EventTarget> for BaseAudioContext[src]
impl AsRef<EventTarget> for BaseAudioContextfn as_ref(&self) -> &EventTarget | [src] |
impl AsRef<Object> for BaseAudioContext[src]
impl AsRef<Object> for BaseAudioContextimpl AsRef<BaseAudioContext> for OfflineAudioContext[src]
impl AsRef<BaseAudioContext> for OfflineAudioContextfn as_ref(&self) -> &BaseAudioContext | [src] |
impl Clone for BaseAudioContext[src]
impl Clone for BaseAudioContextfn clone(&self) -> BaseAudioContext | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for BaseAudioContext[src]
impl Debug for BaseAudioContextimpl Deref for BaseAudioContext[src]
impl Deref for BaseAudioContexttype Target = EventTarget
The resulting type after dereferencing.
fn deref(&self) -> &EventTarget | [src] |
impl FromWasmAbi for BaseAudioContext[src]
impl FromWasmAbi for BaseAudioContexttype 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 BaseAudioContext[src]
impl IntoWasmAbi for BaseAudioContexttype 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 BaseAudioContext[src]
impl<'a> IntoWasmAbi for &'a BaseAudioContexttype 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 BaseAudioContext[src]
impl WasmDescribe for BaseAudioContextimpl OptionIntoWasmAbi for BaseAudioContext[src]
impl OptionIntoWasmAbi for BaseAudioContextimpl<'a> OptionIntoWasmAbi for &'a BaseAudioContext[src]
impl<'a> OptionIntoWasmAbi for &'a BaseAudioContextimpl OptionFromWasmAbi for BaseAudioContext[src]
impl OptionFromWasmAbi for BaseAudioContextimpl RefFromWasmAbi for BaseAudioContext[src]
impl RefFromWasmAbi for BaseAudioContexttype Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<BaseAudioContext>
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 BaseAudioContext[src]
impl JsCast for BaseAudioContextfn 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 BaseAudioContext
impl !Send for BaseAudioContextimpl !Sync for BaseAudioContext
impl !Sync for BaseAudioContextBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<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, 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> 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, 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> 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> 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] |