pub trait ChannelMergerNodeMethods {
    // Required method
    fn Constructor(
        global: &Window,
        proto: Option<HandleObject<'_>>,
        can_gc: CanGc,
        context: &BaseAudioContext,
        options: &ChannelMergerOptions,
    ) -> Result<Root<Dom<ChannelMergerNode>>, Error>;
}

Required Methods§

source

fn Constructor( global: &Window, proto: Option<HandleObject<'_>>, can_gc: CanGc, context: &BaseAudioContext, options: &ChannelMergerOptions, ) -> Result<Root<Dom<ChannelMergerNode>>, Error>

Object Safety§

This trait is not object safe.

Implementors§