Trait script::dom::bindings::codegen::Bindings::ChannelSplitterNodeBinding::ChannelSplitterNode_Binding::ChannelSplitterNodeMethods
source · pub trait ChannelSplitterNodeMethods {
// Required method
fn Constructor(
global: &Window,
proto: Option<HandleObject<'_>>,
can_gc: CanGc,
context: &BaseAudioContext,
options: &ChannelSplitterOptions,
) -> Result<Root<Dom<ChannelSplitterNode>>, Error>;
}
Required Methods§
fn Constructor( global: &Window, proto: Option<HandleObject<'_>>, can_gc: CanGc, context: &BaseAudioContext, options: &ChannelSplitterOptions, ) -> Result<Root<Dom<ChannelSplitterNode>>, Error>
Object Safety§
This trait is not object safe.