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§

Object Safety§

This trait is not object safe.

Implementors§