Struct web_audio_api::node::MediaStreamAudioSourceNodeOptions [−][src]
pub struct MediaStreamAudioSourceNodeOptions<M> { pub media: M, pub channel_config: ChannelConfigOptions, }
Expand description
Options for constructing a MediaStreamAudioSourceNode
Fields
media: M
channel_config: ChannelConfigOptions
Auto Trait Implementations
impl<M> RefUnwindSafe for MediaStreamAudioSourceNodeOptions<M> where
M: RefUnwindSafe,
M: RefUnwindSafe,
impl<M> Send for MediaStreamAudioSourceNodeOptions<M> where
M: Send,
M: Send,
impl<M> Sync for MediaStreamAudioSourceNodeOptions<M> where
M: Sync,
M: Sync,
impl<M> Unpin for MediaStreamAudioSourceNodeOptions<M> where
M: Unpin,
M: Unpin,
impl<M> UnwindSafe for MediaStreamAudioSourceNodeOptions<M> where
M: UnwindSafe,
M: UnwindSafe,