[−][src]Struct web_sys::DelayNode
The DelayNode class.
This API requires the following crate features to be activated: DelayNode
Implementations
impl DelayNode[src]
pub fn delay_time(&self) -> AudioParam[src]
Getter for the delayTime field of this object.
This API requires the following crate features to be activated: AudioParam, DelayNode
impl DelayNode[src]
pub fn new(context: &BaseAudioContext) -> Result<DelayNode, JsValue>[src]
The new DelayNode(..) constructor, creating a new instance of DelayNode.
This API requires the following crate features to be activated: BaseAudioContext, DelayNode
impl DelayNode[src]
pub fn new_with_options(
context: &BaseAudioContext,
options: &DelayOptions
) -> Result<DelayNode, JsValue>[src]
context: &BaseAudioContext,
options: &DelayOptions
) -> Result<DelayNode, JsValue>
The new DelayNode(..) constructor, creating a new instance of DelayNode.
This API requires the following crate features to be activated: BaseAudioContext, DelayNode, DelayOptions
Methods from Deref<Target = AudioNode>
pub fn context(&self) -> BaseAudioContext[src]
Getter for the context field of this object.
This API requires the following crate features to be activated: AudioNode, BaseAudioContext
pub fn number_of_inputs(&self) -> u32[src]
Getter for the numberOfInputs field of this object.
This API requires the following crate features to be activated: AudioNode
pub fn number_of_outputs(&self) -> u32[src]
Getter for the numberOfOutputs field of this object.
This API requires the following crate features to be activated: AudioNode
pub fn channel_count(&self) -> u32[src]
Getter for the channelCount field of this object.
This API requires the following crate features to be activated: AudioNode
pub fn set_channel_count(&self, value: u32)[src]
Setter for the channelCount field of this object.
This API requires the following crate features to be activated: AudioNode
pub fn channel_count_mode(&self) -> ChannelCountMode[src]
Getter for the channelCountMode field of this object.
This API requires the following crate features to be activated: AudioNode, ChannelCountMode
pub fn set_channel_count_mode(&self, value: ChannelCountMode)[src]
Setter for the channelCountMode field of this object.
This API requires the following crate features to be activated: AudioNode, ChannelCountMode
pub fn channel_interpretation(&self) -> ChannelInterpretation[src]
Getter for the channelInterpretation field of this object.
This API requires the following crate features to be activated: AudioNode, ChannelInterpretation
pub fn set_channel_interpretation(&self, value: ChannelInterpretation)[src]
Setter for the channelInterpretation field of this object.
This API requires the following crate features to be activated: AudioNode, ChannelInterpretation
pub fn connect_with_audio_node(
&self,
destination: &AudioNode
) -> Result<AudioNode, JsValue>[src]
&self,
destination: &AudioNode
) -> Result<AudioNode, JsValue>
The connect() method.
This API requires the following crate features to be activated: AudioNode
pub fn connect_with_audio_node_and_output(
&self,
destination: &AudioNode,
output: u32
) -> Result<AudioNode, JsValue>[src]
&self,
destination: &AudioNode,
output: u32
) -> Result<AudioNode, JsValue>
The connect() method.
This API requires the following crate features to be activated: AudioNode
pub fn connect_with_audio_node_and_output_and_input(
&self,
destination: &AudioNode,
output: u32,
input: u32
) -> Result<AudioNode, JsValue>[src]
&self,
destination: &AudioNode,
output: u32,
input: u32
) -> Result<AudioNode, JsValue>
The connect() method.
This API requires the following crate features to be activated: AudioNode
pub fn connect_with_audio_param(
&self,
destination: &AudioParam
) -> Result<(), JsValue>[src]
&self,
destination: &AudioParam
) -> Result<(), JsValue>
The connect() method.
This API requires the following crate features to be activated: AudioNode, AudioParam
pub fn connect_with_audio_param_and_output(
&self,
destination: &AudioParam,
output: u32
) -> Result<(), JsValue>[src]
&self,
destination: &AudioParam,
output: u32
) -> Result<(), JsValue>
The connect() method.
This API requires the following crate features to be activated: AudioNode, AudioParam
pub fn disconnect(&self) -> Result<(), JsValue>[src]
The disconnect() method.
This API requires the following crate features to be activated: AudioNode
pub fn disconnect_with_output(&self, output: u32) -> Result<(), JsValue>[src]
The disconnect() method.
This API requires the following crate features to be activated: AudioNode
pub fn disconnect_with_audio_node(
&self,
destination: &AudioNode
) -> Result<(), JsValue>[src]
&self,
destination: &AudioNode
) -> Result<(), JsValue>
The disconnect() method.
This API requires the following crate features to be activated: AudioNode
pub fn disconnect_with_audio_node_and_output(
&self,
destination: &AudioNode,
output: u32
) -> Result<(), JsValue>[src]
&self,
destination: &AudioNode,
output: u32
) -> Result<(), JsValue>
The disconnect() method.
This API requires the following crate features to be activated: AudioNode
pub fn disconnect_with_audio_node_and_output_and_input(
&self,
destination: &AudioNode,
output: u32,
input: u32
) -> Result<(), JsValue>[src]
&self,
destination: &AudioNode,
output: u32,
input: u32
) -> Result<(), JsValue>
The disconnect() method.
This API requires the following crate features to be activated: AudioNode
pub fn disconnect_with_audio_param(
&self,
destination: &AudioParam
) -> Result<(), JsValue>[src]
&self,
destination: &AudioParam
) -> Result<(), JsValue>
The disconnect() method.
This API requires the following crate features to be activated: AudioNode, AudioParam
pub fn disconnect_with_audio_param_and_output(
&self,
destination: &AudioParam,
output: u32
) -> Result<(), JsValue>[src]
&self,
destination: &AudioParam,
output: u32
) -> Result<(), JsValue>
The disconnect() method.
This API requires the following crate features to be activated: AudioNode, AudioParam
Trait Implementations
impl AsRef<AudioNode> for DelayNode[src]
impl AsRef<DelayNode> for DelayNode[src]
impl AsRef<EventTarget> for DelayNode[src]
fn as_ref(&self) -> &EventTarget[src]
impl AsRef<JsValue> for DelayNode[src]
impl AsRef<Object> for DelayNode[src]
impl Clone for DelayNode[src]
impl Debug for DelayNode[src]
impl Deref for DelayNode[src]
impl Eq for DelayNode[src]
impl From<DelayNode> for JsValue[src]
impl From<DelayNode> for AudioNode[src]
impl From<DelayNode> for EventTarget[src]
fn from(obj: DelayNode) -> EventTarget[src]
impl From<DelayNode> for Object[src]
impl From<JsValue> for DelayNode[src]
impl FromWasmAbi for DelayNode[src]
type 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) -> Self[src]
impl IntoWasmAbi for DelayNode[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a DelayNode[src]
type 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) -> Self::Abi[src]
impl JsCast for DelayNode[src]
fn instanceof(val: &JsValue) -> bool[src]
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn has_type<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn is_type_of(val: &JsValue) -> bool[src]
impl OptionFromWasmAbi for DelayNode[src]
impl OptionIntoWasmAbi for DelayNode[src]
impl<'a> OptionIntoWasmAbi for &'a DelayNode[src]
impl PartialEq<DelayNode> for DelayNode[src]
impl RefFromWasmAbi for DelayNode[src]
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<DelayNode>
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) -> Self::Anchor[src]
impl StructuralEq for DelayNode[src]
impl StructuralPartialEq for DelayNode[src]
impl WasmDescribe for DelayNode[src]
Auto Trait Implementations
impl RefUnwindSafe for DelayNode
impl !Send for DelayNode
impl !Sync for DelayNode
impl Unpin for DelayNode
impl UnwindSafe for DelayNode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
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, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,